Refactor initfiles
This commit is contained in:
parent
f66f741804
commit
8c9c7f3bde
13 changed files with 72 additions and 59 deletions
4
init.el
4
init.el
|
@ -30,7 +30,7 @@
|
|||
|
||||
;; Font & color scheme
|
||||
(load-theme 'brin t)
|
||||
(defvar my-font "Ubuntu Mono-15")
|
||||
(defvar my-font "Inconsolata-14")
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Bootstrap
|
||||
|
@ -69,7 +69,7 @@
|
|||
(associate-mode 'markdown-mode '("\\.md\\'" "\\.markdown\\'" "/README"))
|
||||
(associate-mode 'scss-mode '("\\.scss\\'"))
|
||||
(associate-mode 'org-mode '("\\.org\\'" "\\.gtd\\'") t)
|
||||
(associate-mode 'js-mode '("\\.js\\'") t)
|
||||
(associate-mode 'js-mode '("\\.js\\'") t)
|
||||
(associate-mode 'json-mode '("\\.json\\'" "\\.jshintrc\\'"))
|
||||
(associate-mode 'web-mode '("\\.\\(p\\)?htm\\(l\\)?\\'" "\\.tpl\\(\\.php\\)?\\'" "\\.erb\\'"))
|
||||
(associate-mode 'lua-mode '("\\.lua\\'"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue