Use Ctags in a better way

This commit is contained in:
Maciej 2019-02-18 16:09:44 +02:00
parent 251b43137d
commit 076c3af253
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 7 additions and 2 deletions

View file

@ -42,6 +42,9 @@
;; When possible, show code documentation
(global-eldoc-mode 1)
;; Revert tags automatically
(setq tags-revert-without-query 1)
;; Use flycheck globally to check syntax and compile languages
(global-flycheck-mode 1)