From 4df0aba0364f6a234870f0bf5e086b98609689a8 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 23 Oct 2024 21:55:54 -0400 Subject: find-file opens pdfs/epub in zathura --- .config/emacs/libraries/autoformat.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/emacs/libraries/autoformat.el') diff --git a/.config/emacs/libraries/autoformat.el b/.config/emacs/libraries/autoformat.el index f10b4fc..6964131 100644 --- a/.config/emacs/libraries/autoformat.el +++ b/.config/emacs/libraries/autoformat.el @@ -1,4 +1,7 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: + (defcustom autoformat-do-untabify t "If the value is t, then `autoformat-mode' will replace all tabs @@ -48,3 +51,4 @@ spaces with tabs." (provide 'autoformat) +;;; autoformat ends here -- cgit v1.2.3