summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-03-22 21:48:12 +0000
committerCori Barker <coribarker2@gmail.com>2026-03-22 21:48:12 +0000
commitab2581dd4f7c88782a45d0e628c4eda62009edd7 (patch)
tree1f54ca9b7a29b02e2092712a8f3fb1f0f21a2daf
parent24157555573f411e4d931bfd589b2e83fac22327 (diff)
[emacs] cleaned old .emacs backup file
-rw-r--r--.emacs~13
1 files changed, 0 insertions, 13 deletions
diff --git a/.emacs~ b/.emacs~
deleted file mode 100644
index d369937..0000000
--- a/.emacs~
+++ /dev/null
@@ -1,13 +0,0 @@
-(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)