just kidding, use the system clipboard instead of kill ring
This commit is contained in:
parent
af216240a6
commit
226dff4086
1
conf.org
1
conf.org
|
@ -1608,5 +1608,4 @@ I like being evil. All package and custom bindings go here.
|
||||||
(global-set-key (kbd "M-o") 'ace-window)
|
(global-set-key (kbd "M-o") 'ace-window)
|
||||||
(global-set-key (kbd "M-s") 'avy-goto-char)
|
(global-set-key (kbd "M-s") 'avy-goto-char)
|
||||||
(global-set-key (kbd "M-x") 'helm-M-x)
|
(global-set-key (kbd "M-x") 'helm-M-x)
|
||||||
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue