summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)