summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-31 20:48:46 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-31 20:48:46 -0700
commit268dae4431192546c083ca93efca16777eebb6c2 (patch)
tree2d17331babad4f499f86af9e91cd83f692592aee /emacs.d
parent[emacs] move around global settings. (diff)
downloademacs.d-268dae4431192546c083ca93efca16777eebb6c2.tar.gz
[emacs] cleanup.
remove commented code.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index fc81d5b..cb732f5 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -262,10 +262,8 @@ Return the new window for BUFFER."
 ;; configuration for python
 (require 'python)
 (setq python-indent-offset 2)
-
-;; (use-package python
 (add-to-list 'auto-mode-alist '("\\.aurora\\'" . python-mode))
-  ;; :mode ("BUILD\\|\\(\\.\\(py\\|aurora\\)\\)$" . python-mode)
+
 ;; configuration for gist
 (require 'gist)