Post-cleanup cleanup

master
trémeur 2 years ago
parent 4aa4de17f5
commit 9197c8345c

@ -11,7 +11,7 @@ Define functions that specify what OS Im on, also whether Im at work or no
"Return true if on windows"
(string-equal system-type "windows-nt"))
(defun ismac () ;; unkikely now, but might as well keep this
(defun ismac () ;; unlikely now, but might as well keep this
"Return true if on macos"
(string-equal system-type "darwin"))
@ -760,7 +760,6 @@ Gives me a dialog with recently opened files. Package management and =elfeed= st
(setq recentf-max-menu-items 20)
(setq recentf-max-saved-items 20)
(global-set-key (kbd "C-x C-r") 'recentf-open-files)
;; (global-set-key "\C-x\ \C-r" 'recentf-open-files)
(add-to-list 'recentf-exclude
(expand-file-name "~/.emacs.d/elpa/*"))
(add-to-list 'recentf-exclude

@ -1,10 +1,8 @@
# name: summary-details
# key: sumdet
# --
<details><summary>$1</summary>
<details>
<summary>$1</summary>
$2
</details>
$0
Loading…
Cancel
Save