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