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"
|
||||
(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
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>${1:Title}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>${1:Title}</title>
|
||||
</head>
|
||||
<body>
|
||||
$0
|
||||
$0
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +1,8 @@
|
|||
# name: summary-details
|
||||
# key: sumdet
|
||||
# --
|
||||
<details><summary>$1</summary>
|
||||
|
||||
$2
|
||||
|
||||
<details>
|
||||
<summary>$1</summary>
|
||||
$2
|
||||
</details>
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue