mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
* Disable option+ key in mac * Add highlight yank in valinna emacs
This commit is contained in:
parent
87c237684b
commit
0b4ef3ad61
3 changed files with 39 additions and 22 deletions
|
|
@ -53,4 +53,16 @@
|
|||
(global-evil-surround-mode 1))
|
||||
|
||||
|
||||
;; Evil-goggles: Highlight-yank (and more)
|
||||
(use-package evil-goggles
|
||||
:ensure t
|
||||
:config
|
||||
(evil-goggles-mode)
|
||||
|
||||
;; optionally use diff-mode's faces; as a result, deleted text
|
||||
;; will be highlighed with `diff-removed` face which is typically
|
||||
;; some red color (as defined by the color theme)
|
||||
;; other faces such as `diff-added` will be used for other actions
|
||||
(evil-goggles-use-diff-faces))
|
||||
|
||||
(provide 'init-evil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue