diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-19 20:44:16 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-19 20:44:16 +0000 |
| commit | effd0f6e45aef565869af1bcf07d43c6bc7df73b (patch) | |
| tree | 81386e4822e7f8f0c6754a30acfebaa90140ddf0 /.emacs~ | |
[emacs] added dotfiles
Diffstat (limited to '.emacs~')
| -rw-r--r-- | .emacs~ | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +(setq custom-file "~/.emacs.custom.el") +(load custom-file) + +(add-to-list 'load-path "~/.emacs.local") +(require 'simpc-mode) +(add-to-list 'auto-mode-alist '("\\.[hc]\\(pp\\)?\\'" . simpc-mode)) + +(tool-bar-mode 0) +(menu-bar-mode 0) +(scroll-bar-mode 0) +(global-display-line-numbers-mode 1) +(evil-mode) +(ido-mode) |
