diff options
Diffstat (limited to '.config/.emacs~')
-rw-r--r-- | .config/.emacs~ | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/.emacs~ b/.config/.emacs~ new file mode 100644 index 0000000..9dc1b32 --- /dev/null +++ b/.config/.emacs~ @@ -0,0 +1,24 @@ +;; modes +(menu-bar-mode 0) +(tool-bar-mode 0) +(scroll-bar-mode 0) + +;; visual +(setq inhibit-startup-screen t) +(set-default 'truncate-lines t) +(add-to-list 'default-frame-alist '(font . "Iosevka-14")) + +;; 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. + ) |