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 *tmp-dir "/tmp/emacs/")
|
||||||
|
|
||||||
(defconst *theme 'brin)
|
(defconst *theme 'brin)
|
||||||
(defconst *font "Inconsolata-16")
|
(defconst *font "Inconsolata-14")
|
||||||
|
|
||||||
(add-to-list 'load-path *init-dir)
|
(add-to-list 'load-path *init-dir)
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
init-snippets ; Snippet engine
|
init-snippets ; Snippet engine
|
||||||
init-git ; GIT tools/settings
|
init-git ; GIT tools/settings
|
||||||
init-fly ; Syntax & spell checker
|
init-fly ; Syntax & spell checker
|
||||||
|
init-etags
|
||||||
|
|
||||||
;; Modes & environments
|
;; Modes & environments
|
||||||
init-text ; Plain text editing (markdown, text)
|
init-text ; Plain text editing (markdown, text)
|
||||||
|
|
5
init/init-etags.el
Normal file
5
init/init-etags.el
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
(provide 'init-etags)
|
||||||
|
|
||||||
|
;; (use-package ac-etags :config (ac-etags-setup))
|
||||||
|
|
||||||
|
;; Load etags solely for project navigation
|
Loading…
Add table
Add a link
Reference in a new issue