]> git.earman.xyz Git - emacsinit.git/commitdiff
Updraft Anglisc
authorrush <rush@Thonkbook.com>
Thu, 4 Jul 2024 17:34:54 +0000 (13:34 -0400)
committerrush <rush@Thonkbook.com>
Thu, 4 Jul 2024 17:34:54 +0000 (13:34 -0400)
README.org
init.el

index e06ed2f7a703886049ec0f59c5707556e031968c..b8910b7a8be6b3a501f885e535c28d0adff291c9 100644 (file)
@@ -1,7 +1,7 @@
-#+TITLE: Emacs Bespokement
+#+TITLE: Emacs Bespokeniŋ
 
 * Inbriŋiŋ
-Þis is my emacs bespokement.  It is meant to be used across linux, windows, and BSD.  I use windows only at work (Wieldingdom).  I use emacs often as a higher teachable reckoner.
+Þis is my emacs bespokeniŋ.  It is meant to be used across linux, windows, and BSD.  I use windows only at work (Wieldingdom).  I use emacs often as a higher teachenly reckoner.
 
 Many þoughtlines taken from:
 - [[https://depp.brause.cc/dotemacs/][depp.brause.cc/dotemacs/]]
@@ -9,13 +9,13 @@ Many þoughtlines taken from:
 - [[https://github.com/sachac/.emacs.d][github.com/sachac/.emacs.d]]
 
 ** A note on draft checkiŋ
-I keep my emacs installs on þe latest draft, so I don't worry about looking at drafts in my bespokement unless I happen to updraft on linux/BSD before þe windows forebindings are shared.  Þat beiŋ said, I am now on draft 29.3.
+I keep my emacs installs on þe latest draft, so I don't worry about looking at drafts in my bespokeniŋ unless I happen to updraft on linux/BSD before þe windows forebindings are shared.  Þat beiŋ said, I am now on draft 29.3.
 
-* Overbespokement
-I have chaŋed þe overbespokement.  I no loŋer taŋle from an ~.org~ writ, instead choosiŋ to split my bespokement into a set of writs.
+* Overbespokeniŋ
+I have chaŋed þe overbespokeniŋ.  I no loŋer taŋle from an ~.org~ writ, instead choosiŋ to split my bespokeniŋ into a set of writs.
 ** Why?
 *** Startup times
-Startup times were becomiŋ too loŋ, because of haviŋ to load ~.org~ and /þen/ taŋle þe bespokement.
+Startup times were becomiŋ too loŋ, because of haviŋ to load ~.org~ and /þen/ taŋle þe bespokeniŋ.
 *** No two-way taŋliŋ
 Findiŋ a defun wiþ ~M-.~ would briŋ me to þe taŋled writ, þus I'd have to eiþer wend it þere, and þen write it back into þe ~.org~ writ, or /handly/ find it in þe ~.org~ writ, and taŋle again to see þe wend in þe ~.el~ writ.
 ** How?
diff --git a/init.el b/init.el
index c1d835714adfd633869345e93769a0443eec340f..1f06c3c649779fa55d32ffe31c2a2a695e88a51c 100644 (file)
--- a/init.el
+++ b/init.el
@@ -1,4 +1,4 @@
-;;; init.el --- Emacs bespokenings  -*- lexical-binding: t; -*-
+;;; init.el --- Emacs bespokeniŋs  -*- lexical-binding: t; -*-
 
 ;; This file is not part of GNU emacs
 
@@ -32,7 +32,7 @@
           (lambda ()
             (require 're-c-style)))
 
-;; Damper bespokenings
+;; Damper bespokeniŋs
 (setq-default indicate-empty-lines t
               fill-column 80
               cursor-type 'bar
@@ -42,7 +42,7 @@
 (column-number-mode t)
 (size-indication-mode t)
 
-;; Damper dealing
+;; Damper dealiŋ
 (delete-selection-mode t)
 (global-sedit-mouse-mode t)
 (setq disabled-command-function nil
@@ -51,7 +51,7 @@
       mouse-1-click-follows-link nil)
 
 
-;; Damper wayfinding
+;; Damper wayfindiŋ
 (windmove-default-keybindings 'control)
 (setq windmove-wrap-around t
       windmove-create-window t)
@@ -76,7 +76,7 @@
 ;; Bookmarks
 (setq bookmark-save-flag 1)
 
-;; Damperling Bespokenings
+;; Damperliŋ Bespokeniŋs
 (setq ring-bell-function 'ignore
       use-short-answers t
       use-file-dialog nil
       read-buffer-completion-ignore-case t
       history-delete-duplicates t)
 
-;; GUI Bespokenings
+;; GUI Bespokeniŋs
 (menu-bar-mode -1)
 (tool-bar-mode -1)
 (set-scroll-bar-mode 'left)
 (setq frame-title-format "Poor Man's LispM")
 
-;; Pretty-Printing
+;; Pretty-Printiŋ
 (setq prettify-symbols-alist
       '(("lambda" . 955)
         ("delta" . 120517)
 (global-prettify-symbols-mode t)
 (setq-default indent-tabs-mode nil)
 
-;; Clamp-matching
+;; Clamp-matchiŋ
 (setq show-paren-delay 0
       show-paren-style 'expression)
 
 (add-hook 'before-save-hook #'whitespace-cleanup)
 (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)
 
-;; Draftwielding
+;; Draftwieldiŋ
 (setq vc-make-backup-files t
       backup-by-copying t
       backup-directory-alist `((".*" . "~/emacs-backups/")))
       kept-new-versions 5
       kept-old-versions 5)
 
-;; Self-undoing
+;; Self-undoiŋ
 (global-auto-revert-mode t)
 (setq global-auto-revert-non-file-buffers t
       global-auto-revert-ignore-modes '(Buffer-menu-mode))
 
-;; Crash handling
+;; Crash handliŋ
 (setq attempt-stack-overflow-recovery nil
       attempt-orderly-shutdown-on-fatal-signal nil)