From 268dae4431192546c083ca93efca16777eebb6c2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Jul 2016 20:48:46 -0700 Subject: [emacs] cleanup. remove commented code. --- emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs.d') 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) -- cgit 1.4.1