summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs10
1 files changed, 5 insertions, 5 deletions
diff --git a/.emacs b/.emacs
index 9dab30b..a962b73 100644
--- a/.emacs
+++ b/.emacs
@@ -58,19 +58,19 @@
58(setq python-indent-guess-indent-offset nil) 58(setq python-indent-guess-indent-offset nil)
59 59
60;; Enable which-function-mode for C, C++ and Python 60;; Enable which-function-mode for C, C++ and Python
61;;(setq which-func-modes '(python-mode c-mode c++-mode)) 61(setq which-func-modes '(c-mode c++-mode java-mode python-mode))
62;;(which-function-mode t) 62(which-function-mode t)
63 63
64;; Custom plugins 64;; Custom plugins
65(add-to-list 'load-path "~/.emacs.d/lisp/") 65(add-to-list 'load-path "~/.emacs.d/lisp/")
66 66
67;;PHP 67;; PHP
68;; (autoload 'php-mode "php-mode" "Mode for editing PHP source files") 68;; (autoload 'php-mode "php-mode" "Mode for editing PHP source files")
69;; (add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode)) 69;; (add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode))
70 70
71;; YAML 71;; YAML
72;;(require 'yaml-mode) 72;; (require 'yaml-mode)
73;;(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) 73;; (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
74 74
75;; yasnippet 75;; yasnippet
76(require 'yasnippet) 76(require 'yasnippet)