From 49bc4f71e44e107e4cef3cc374109c5084f3abe4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 10 Dec 2020 00:28:27 -0600 Subject: Add blank lines --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 866b4d3..dfcc845 100644 --- a/README.md +++ b/README.md @@ -601,7 +601,7 @@ I add it to the `find-file-hook` *and* `before-save-hook` because I don't want t :config (show-smartparens-global-mode +1) :hook - (prog-mode-hook . smart-parens-strict-mode)) + (prog-mode-hook . smartparens-strict-mode)) ## Line numbers @@ -620,8 +620,6 @@ I add it to the `find-file-hook` *and* `before-save-hook` because I don't want t (add-hook 'prog-mode-hook #'acdw/enable-line-numbers) - - # Writing @@ -659,7 +657,7 @@ I add it to the `find-file-hook` *and* `before-save-hook` because I don't want t ## Org mode -I’ve put org mode under Applications, as opposed to [8](#org92fae61), because it’s more generally-applicable than that. +I’ve put org mode under Applications, as opposed to Writing, because it’s more generally-applicable than that. (use-package org :custom @@ -668,6 +666,7 @@ I’ve put org mode under Applications, as opposed to [8](#org92fae61), because (org-fontify-whole-heading-line t) (org-fontify-quote-and-verse-blocks t) (org-pretty-entities t) + (org-num-mode +1) (org-src-tab-acts-natively t) (org-src-fontify-natively t) @@ -820,6 +819,14 @@ I’ve put org mode under Applications, as opposed to [8](#org92fae61), because (byte-compile-file f (not disable-load)))))))))) +### Add a hook to tangle when quitting + + (defun acdw/refresh-emacs-no-load () + (refresh-emacs t)) + + (add-hook 'kill-emacs-hook #'acdw/refresh-emacs-no-load) + + ## License Copyright © 2020 Case Duckworth @@ -852,8 +859,3 @@ GPL, for what should be fairly obvious reasons. To that, I say: **SUE ME, RMS!** - -## Keymaps for *this* file - -This isn’t working … yet. - -- cgit 1.4.1-21-gabe81