diff options
| -rw-r--r-- | .emacs | 3 | ||||
| -rw-r--r-- | .emacs-custom.el | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -307,9 +307,6 @@ (my/unfroggify) (my/froggify))) -(defun my/buffer-justify-full () - (setq default-justification 'full)) - ;; Font stuff (🤷 🤦) (set-fontset-font t nil "Symbola") diff --git a/.emacs-custom.el b/.emacs-custom.el index 3d019e5..80a55c4 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -30,7 +30,7 @@ '(generic-extras-enable-list '(ansible-inventory-generic-mode etc-fstab-generic-mode etc-modules-conf-generic-mode etc-passwd-generic-mode etc-services-generic-mode etc-sudoers-generic-mode hosts-generic-mode java-manifest-generic-mode java-properties-generic-mode pkginfo-generic-mode prototype-generic-mode resolve-conf-generic-mode x-resource-generic-mode xmodmap-generic-mode)) '(git-commit-setup-hook - '(git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message my/buffer-justify-full)) + '(git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message)) '(global-diff-hl-mode t) '(global-page-break-lines-mode t nil (page-break-lines)) '(gnus-cloud-method "nnimap:gmail") |
