Add init-etags.el + use smaller font
This commit is contained in:
parent
c19ee9392b
commit
8abec3eea3
2 changed files with 7 additions and 1 deletions
3
init.el
3
init.el
|
@ -24,7 +24,7 @@
|
|||
(defconst *tmp-dir "/tmp/emacs/")
|
||||
|
||||
(defconst *theme 'brin)
|
||||
(defconst *font "Inconsolata-16")
|
||||
(defconst *font "Inconsolata-14")
|
||||
|
||||
(add-to-list 'load-path *init-dir)
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
|||
init-snippets ; Snippet engine
|
||||
init-git ; GIT tools/settings
|
||||
init-fly ; Syntax & spell checker
|
||||
init-etags
|
||||
|
||||
;; Modes & environments
|
||||
init-text ; Plain text editing (markdown, text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue