diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:45:12 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:45:12 +0200 |
| commit | 41e5300cfa401e9d38ec46da4d2d0f9c64b05d71 (patch) | |
| tree | eb8d511b5b5946628af5044f85969f3bbdb5fd66 /dot.emacs.d/init.el | |
| parent | c483527055aa91a230e965faf0f557c75a2626dd (diff) | |
Emacs: "C-M-y" key binding: Formatting
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 4cc99b1..3c72a47 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -309,9 +309,9 @@ (setq column-number-mode t) (global-set-key (kbd "C-x C-k") #'kill-this-buffer) -(global-set-key (kbd "C-M-y") '(lambda () - (interactive) - (insert (gui-get-primary-selection)))) +(global-set-key (kbd "C-M-y") #'(lambda () + (interactive) + (insert (gui-get-primary-selection)))) (add-hook 'org-mode-hook #'turn-on-auto-fill) (setq org-list-allow-alphabetical t) |
