diff options
-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. |