Post-cleanup cleanup
This commit is contained in:
parent
4aa4de17f5
commit
9197c8345c
3 changed files with 8 additions and 11 deletions
|
@ -11,7 +11,7 @@ Define functions that specify what OS I’m on, also whether I’m at work or no
|
||||||
"Return true if on windows"
|
"Return true if on windows"
|
||||||
(string-equal system-type "windows-nt"))
|
(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"
|
"Return true if on macos"
|
||||||
(string-equal system-type "darwin"))
|
(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-menu-items 20)
|
||||||
(setq recentf-max-saved-items 20)
|
(setq recentf-max-saved-items 20)
|
||||||
(global-set-key (kbd "C-x C-r") 'recentf-open-files)
|
(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
|
(add-to-list 'recentf-exclude
|
||||||
(expand-file-name "~/.emacs.d/elpa/*"))
|
(expand-file-name "~/.emacs.d/elpa/*"))
|
||||||
(add-to-list 'recentf-exclude
|
(add-to-list 'recentf-exclude
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>${1:Title}</title>
|
<title>${1:Title}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$0
|
$0
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,10 +1,8 @@
|
||||||
# name: summary-details
|
# name: summary-details
|
||||||
# key: sumdet
|
# key: sumdet
|
||||||
# --
|
# --
|
||||||
<details><summary>$1</summary>
|
<details>
|
||||||
|
<summary>$1</summary>
|
||||||
$2
|
$2
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
$0
|
$0
|
Loading…
Add table
Add a link
Reference in a new issue