From e594072e9c96fdb61a6a5e90f8e829bf743f2791 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Nov 2020 00:20:23 -0500 Subject: Remove format-all-mode in favor of a more modular approach I'm using packages based on purcell's reformatter.el. --- config.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index ae3f50b..3de1654 100644 --- a/config.org +++ b/config.org @@ -521,14 +521,9 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ :custom (forge-owned-accounts '(("duckwork")))) #+END_SRC -** Code formatting and display +** Code display #+BEGIN_SRC emacs-lisp - (use-package format-all - :hook - (prog-mode . format-all-mode)) - (add-hook 'prog-mode-hook #'prettify-symbols-mode) - #+END_SRC *** Parentheses #+BEGIN_SRC emacs-lisp -- cgit 1.4.1-21-gabe81