diff options
author | Case Duckworth | 2020-10-26 18:38:55 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-26 18:38:55 -0500 |
commit | 722ff8b5edf84618b1e003a49619889f413bafb6 (patch) | |
tree | 0003a710306962b8c91254b4b19f9fdd18fa7728 | |
parent | Display addons (diff) | |
download | emacs-722ff8b5edf84618b1e003a49619889f413bafb6.tar.gz emacs-722ff8b5edf84618b1e003a49619889f413bafb6.zip |
Remove y-or-n-p from this section
-rw-r--r-- | config.org | 4 |
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 |
356 | I 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. | 352 | I 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. |