Update
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
;; Interactively insert and edit items from kill-ring
|
;; Interactively insert and edit items from kill-ring
|
||||||
(use-package browse-kill-ring
|
(use-package browse-kill-ring
|
||||||
:bind ("C-c k" . browse-kill-ring)
|
|
||||||
:hook (after-init . browse-kill-ring-default-keybindings)
|
:hook (after-init . browse-kill-ring-default-keybindings)
|
||||||
:init (setq browse-kill-ring-separator "────────────────"
|
:init (setq browse-kill-ring-separator "────────────────"
|
||||||
browse-kill-ring-separator-face 'shadow))
|
browse-kill-ring-separator-face 'shadow))
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
(global-set-key (kbd "C-c y") #'copy-from-above-command)
|
(global-set-key (kbd "C-c y") #'copy-from-above-command)
|
||||||
(global-set-key (kbd "s-k") #'kill-current-buffer)
|
(global-set-key (kbd "s-k") #'kill-current-buffer)
|
||||||
(global-set-key (kbd "C-c q r") #'restart-emacs)
|
(global-set-key (kbd "C-c q r") #'restart-emacs)
|
||||||
(global-set-key (kbd "C-c k") nil)
|
|
||||||
|
|
||||||
(when (eq system-type 'darwin)
|
(when (eq system-type 'darwin)
|
||||||
(global-set-key (kbd "s-x") #'execute-extended-command))
|
(global-set-key (kbd "s-x") #'execute-extended-command))
|
||||||
|
|||||||
Reference in New Issue
Block a user