From effd0f6e45aef565869af1bcf07d43c6bc7df73b Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 19 Feb 2026 20:44:16 +0000 Subject: [emacs] added dotfiles --- .emacs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .emacs (limited to '.emacs') diff --git a/.emacs b/.emacs new file mode 100644 index 0000000..d369937 --- /dev/null +++ b/.emacs @@ -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) -- cgit v1.2.3