diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:38:02 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:38:02 +0500 |
commit | 4a10e4153e06e9d67af81e9f7dd87cd8e4bbf05e (patch) | |
tree | e5ea3cad1ca35b080298fa7a694720fc9e323442 /.config/.emacs | |
parent | 4ac02285f9f03626f0a3bbd7ed51c7f94098c39f (diff) |
yeah
Diffstat (limited to '.config/.emacs')
-rw-r--r-- | .config/.emacs | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/.emacs b/.config/.emacs index bf680b1..8b1b58c 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -2,7 +2,6 @@ (menu-bar-mode 0) (tool-bar-mode 0) (scroll-bar-mode 0) -(ido-mode) ;; visual (setq inhibit-startup-screen t) @@ -11,3 +10,16 @@ ;; keymaps (keymap-global-set "C-c c" 'compile) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-enabled-themes '(wheatgrass))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) |