Skip to content

Commit

Permalink
[bepo] Correct definition of «» pair delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakyCobra committed Apr 4, 2016
1 parent fa66c0e commit 8825a06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions layers/+keyboard-layouts/bepo/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,8 @@
:config
(progn
(bepo/evil-correct-keys 'visual evil-surround-mode-map "s")
(setq-default
evil-surround-pairs-alist (cons '( "« " . " »")
evil-surround-pairs-alist)
evil-surround-pairs-alist (cons '( "«" . "»")
evil-surround-pairs-alist)))))
(setq-default evil-surround-pairs-alist
(append '(( "«" . "»") ( "« " . " »")) evil-surround-pairs-alist)))))

(defun bepo/pre-init-eyebrowse ()
(bepo|config eyebrowse
Expand Down

0 comments on commit 8825a06

Please sign in to comment.