Skip to content

Commit

Permalink
More cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Musa Al-hassy committed Oct 9, 2023
1 parent 8081ade commit fd2686f
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 508 deletions.
12 changes: 11 additions & 1 deletion .aspell.en.pws
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 336
personal_ws-1.1 en 346
ACSII
AST
ASTs
Expand All @@ -10,6 +10,7 @@ Antitonicity
Booleans
Bruijn
Carette
Classpath
Componentwise
Contrapositive
Coq
Expand All @@ -29,10 +30,12 @@ Excerption
Executables
Genericity
Goju
Hamid
Hemi
Hoare
IPv
Invariance
JShell
Kahl
Karbala
Karim
Expand All @@ -43,6 +46,7 @@ Liam
Lvalues
L�f's
Malak
Mariam
Marwan
McMaster
Meijing
Expand All @@ -58,6 +62,7 @@ Muawiyah
Multimethod
Multimethods
Musa
Musa's
Nasriyah
Neato
Netmask
Expand Down Expand Up @@ -124,6 +129,7 @@ catenating
catenation
center
centric
classpath
cli
coalgebra
coercions
Expand Down Expand Up @@ -180,6 +186,7 @@ formedness
functor's
functorial
functors
hamid
haskell
hassy
homoiconic
Expand Down Expand Up @@ -211,12 +218,15 @@ isomorphisms
iterable
iterables
journaling
jshell
kubernetes
lexemes
lexicographically
logics
macOS
magit
mariam
matcher
matchers
matchings
meaningfuls
Expand Down
9 changes: 5 additions & 4 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
:config
;; Always have it on
(global-undo-tree-mode)

;; Each node in the undo tree should have a timestamp.
(setq undo-tree-visualizer-timestamps t)

;; Show a diff window displaying changes between undo nodes.
(setq undo-tree-visualizer-diff t)

;; Prevent undo tree files from polluting your git repo
(setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo"))))

;; Execute (undo-tree-visualize) then navigate along the tree to witness
;; changes being made to your file live!

Expand Down Expand Up @@ -2457,6 +2457,7 @@ Functin Source: https://xenodium.com/emacs-dwim-do-what-i-mean/"
;; Sometimes I see a bunch of shell incantations in a README or something and I'd like to execute them right there and then,
;; and not have to bother with copying them over to a terminal and execute there. As such, here's a quick key binding to execute
;; shell commands from anywhere.
;; TODO: Docs for C-x C-t look super ugly.
(repl-driven-development [C-x C-t] "bash" :prompt "bash-3.2\\$")
(when nil ;; example
NAME=musa
Expand Down
Loading

0 comments on commit fd2686f

Please sign in to comment.