Update emacs config
This commit is contained in:
parent
e5a3fd3b82
commit
700753aca2
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
'(fill-column 80)
|
'(fill-column 80)
|
||||||
'(global-hl-line-mode t)
|
'(global-hl-line-mode t)
|
||||||
'(global-prettify-symbols-mode t)
|
'(global-prettify-symbols-mode t)
|
||||||
'(global-subword-mode t)
|
'(global-subword-mode nil)
|
||||||
'(global-visual-line-mode t)
|
'(global-visual-line-mode t)
|
||||||
'(helm-split-window-in-side-p t)
|
'(helm-split-window-in-side-p t)
|
||||||
'(indent-tabs-mode nil)
|
'(indent-tabs-mode nil)
|
||||||
|
|
@ -156,6 +156,10 @@
|
||||||
(add-hook 'tex-mode-hook 'turn-on-auto-fill)
|
(add-hook 'tex-mode-hook 'turn-on-auto-fill)
|
||||||
|
|
||||||
(require 'go-mode)
|
(require 'go-mode)
|
||||||
|
(add-hook 'go-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(define-key go-mode-map (kbd "C-c C-f j") 'godef-jump)
|
||||||
|
(define-key go-mode-map (kbd "C-c C-f k") 'godef-jump-other-window)))
|
||||||
|
|
||||||
(projectile-global-mode)
|
(projectile-global-mode)
|
||||||
(setq projectile-completion-system 'helm)
|
(setq projectile-completion-system 'helm)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue