Skip to content

Commit

Permalink
golang indent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuihuang committed Nov 20, 2017
1 parent c95af29 commit 18e992f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ you should place your code here."

(evil-leader/set-key "w p f" 'popup-which-function)

;; https://github.com/syl20bnr/spacemacs/issues/6520
(clean-aindent-mode -1)

(define-key evil-hybrid-state-map (kbd "M-n") 'evil-complete-next)
(define-key evil-hybrid-state-map (kbd "M-p") 'evil-complete-previous)
(define-key evil-hybrid-state-map (kbd "M-y") 'evil-copy-from-above)
Expand Down

0 comments on commit 18e992f

Please sign in to comment.