From 7a6e80f46a63fe61ddd66045fb65a832596e996c Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 9 Nov 2025 16:45:47 +0500 Subject: change alacritty, emacs, and profile --- .config/.emacs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.config/.emacs') diff --git a/.config/.emacs b/.config/.emacs index 4ac5da8..4e8c00d 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -5,19 +5,22 @@ ;; functional (set-default 'ring-bell-function 'ignore) -;; (setq c-basic-offset 8) -;; (setq indent-line-function 'insert-tab) +(setq c-basic-offset 8) +(setq indent-line-function 'insert-tab) (defun hook-c () (setq c-set-style "k&r") (setq indent-tabs-mode nil)) (add-hook 'c-mode-common-hook 'hook-c) +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") + ;; 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-16")) -(load-theme 'wombat t) +;; (set-default 'truncate-lines t) +(add-to-list 'default-frame-alist '(font . "FantasqueSansM Nerd Font-16")) + +(load-theme 'zenburn t) -- cgit v1.2.3-70-g09d2