diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 20:48:46 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 20:48:46 -0700 |
commit | 268dae4431192546c083ca93efca16777eebb6c2 (patch) | |
tree | 2d17331babad4f499f86af9e91cd83f692592aee | |
parent | [emacs] move around global settings. (diff) | |
download | emacs.d-268dae4431192546c083ca93efca16777eebb6c2.tar.gz |
[emacs] cleanup.
remove commented code.
-rw-r--r-- | emacs.d/init.el | 4 |
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) |