summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs13
1 files changed, 13 insertions, 0 deletions
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)