From 9197c8345cb9c53f10c36aa68f81ab2ce6d45cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Thu, 16 Feb 2023 18:48:40 +0000 Subject: [PATCH] Post-cleanup cleanup --- config.org | 3 +-- snippets/html-mode/skel | 8 ++++---- snippets/html-mode/sumdet | 8 +++----- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/config.org b/config.org index e1740f6..dfffa67 100644 --- a/config.org +++ b/config.org @@ -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 diff --git a/snippets/html-mode/skel b/snippets/html-mode/skel index f7834a4..80eacc0 100644 --- a/snippets/html-mode/skel +++ b/snippets/html-mode/skel @@ -4,11 +4,11 @@ - - - ${1:Title} + + +${1:Title} -$0 + $0 \ No newline at end of file diff --git a/snippets/html-mode/sumdet b/snippets/html-mode/sumdet index bc96bc6..efb5e06 100644 --- a/snippets/html-mode/sumdet +++ b/snippets/html-mode/sumdet @@ -1,10 +1,8 @@ # name: summary-details # key: sumdet # -- -
$1 - -$2 - +
+$1 + $2
- $0 \ No newline at end of file