about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-10-26 18:38:55 -0500
committerCase Duckworth2020-10-26 18:38:55 -0500
commit722ff8b5edf84618b1e003a49619889f413bafb6 (patch)
tree0003a710306962b8c91254b4b19f9fdd18fa7728 /config.org
parentDisplay addons (diff)
downloademacs-722ff8b5edf84618b1e003a49619889f413bafb6.tar.gz
emacs-722ff8b5edf84618b1e003a49619889f413bafb6.zip
Remove y-or-n-p from this section
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.org b/config.org index a5dca94..b7c7ae2 100644 --- a/config.org +++ b/config.org
@@ -347,10 +347,6 @@ I'm sure there's a better way to do this, but for now, this is the best I've got
347 (unicode-fonts-setup)) 347 (unicode-fonts-setup))
348 348
349#+END_SRC 349#+END_SRC
350** Interactivity
351#+begin_src emacs-lisp
352 (fset 'yes-or-no-p #'y-or-n-p)
353#+end_src
354* Editing 350* Editing
355** Completion 351** Completion
356I was using company, but I think it might've been causing issues with ~awk-mode~, so I'm trying ~hippie-mode~ right now. So far, I'm also enjoying not having a popup all the time. 352I was using company, but I think it might've been causing issues with ~awk-mode~, so I'm trying ~hippie-mode~ right now. So far, I'm also enjoying not having a popup all the time.