From 2789e7aef1a2b44188b35d90c9ea87d594877d77 Mon Sep 17 00:00:00 2001 From: pryazha Date: Fri, 29 Aug 2025 13:33:45 +0500 Subject: change vim nvim and emacs configs --- .config/.emacs | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.config/.emacs') diff --git a/.config/.emacs b/.config/.emacs index 7cbf3ea..9e9164c 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -5,12 +5,20 @@ ;; functional (set-default 'ring-bell-function 'ignore) +(setq c-basic-offset 8) +(setq indent-line-function 'insert-tab) + +;; keybinds +(keymap-global-set "C-c c" 'compile) ;; visual (setq inhibit-startup-screen t) (set-default 'truncate-lines t) -(add-to-list 'default-frame-alist '(font . "Iosevka-14")) -(load-theme 'wombat t) +(add-to-list 'default-frame-alist '(font . "FantasqueSansM Nerd Font-16")) +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +(load-theme 'kanagawa t) -;; keymaps -(keymap-global-set "C-c c" 'compile) +(custom-set-variables + '(package-selected-packages '(autothemer))) +(custom-set-faces + ) -- cgit v1.2.3-70-g09d2