Skip to content

Commit

Permalink
spacemacs: oops. fixing syntax from previous push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hilburn committed May 27, 2016
1 parent 7029fa9 commit a6814e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs/spacemacs
Expand Up @@ -262,8 +262,8 @@ you should place your code here."
;; Sensible default geometry
(add-to-list 'default-frame-alist '(height . 50))
(add-to-list 'default-frame-alist '(width . 200))
(custom-set-faces '(evil-search-highlight-persist-highlight-face)
(((t (:background "selectedMenuItemColor")))))
(custom-set-faces '(evil-search-highlight-persist-highlight-face
((t (:background "selectedMenuItemColor")))))

;; Navigate by visual lines (e.g., `g j` in Vim)
(define-key evil-normal-state-map (kbd "j") 'evil-next-visual-line)
Expand Down

0 comments on commit a6814e8

Please sign in to comment.