From ae35c20747666cd4386e7c67f4f175c9f57903ec Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 12 Apr 2021 12:53:22 -0500 Subject: Customize `customize' --- init.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 1348bdc..4aa5165 100644 --- a/init.el +++ b/init.el @@ -163,8 +163,7 @@ '((file (styles . (partial-completion))))) ;; Etc. - (:option custom-file (acdw/dir "custom.el") - inhibit-startup-screen t + (:option inhibit-startup-screen t initial-buffer-choice t initial-scratch-message (concat ";; Howdy, " (nth 0 (split-string @@ -253,6 +252,13 @@ (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)) +(setup cus-edit + (:option custom-file (acdw/dir "custom.el") + custom-magic-show nil + custom-magic-show-button t + custom-unlispify-tag-names nil + custom-variable-default-form 'edit)) + (setup uniquify (:option uniquify-buffer-name-style 'forward uniquify-separator path-separator -- cgit 1.4.1-21-gabe81