diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-12-30 15:06:49 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-12-30 15:06:49 +0100 |
| commit | 5a0a511f3de3029c747ce32a6d7269788328a22f (patch) | |
| tree | 0f1b902d9715fdaaf4c4f95824a33882c8e11bc4 /.emacs | |
| parent | 19d34b79fd48acb3db7609216923850ed857a80f (diff) | |
| download | dotfiles-5a0a511f3de3029c747ce32a6d7269788328a22f.tar.xz | |
Tweak .emacs comments
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -46,9 +46,6 @@ ;; ;; Same story with M-h (mark-paragraph) which gets re-bound by eg ;; markdown-mode and nxml-mode. -;; -;; NB: help and mark-defun are still accessible using H instead of h, -;; except in a terminal. (define-key input-decode-map (kbd "C-h") (kbd "DEL")) (define-key input-decode-map (kbd "C-M-h") (kbd "M-DEL")) @@ -596,9 +593,10 @@ (with-temp-buffer (call-process-region text nil "pandoc" nil t nil "--from" markup "--to" "html") - ;; TODO: could gui-set-selection help here? The docstring makes + ;; TODO: could `gui-set-selection' help here? The docstring makes ;; it sound like passing a value with a 'text/html property set to ;; the HTML string should work, but empirically it doesn't. + ;; Maybe look into `selection-converter-alist'. (call-process-region nil nil "xclip" nil nil nil "-selection" "clipboard" "-target" "text/html"))) |
