diff options
| author | bard <[email protected]> | 2023-10-22 21:38:25 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-22 21:38:25 -0400 |
| commit | 47207d57ad47908567c228ebf4568f7ec0ccc662 (patch) | |
| tree | f486d6fe4b35d8d506a615dc5ac58dfd3f5aed45 /bard-emacs-modules/bard-emacs-ui.el | |
| parent | ec39122b1a94e43df612abcbb02dba04c10daee3 (diff) | |
cpp mode and helm
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index c76786a..aaf728a 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -43,12 +43,6 @@ (add-to-list 'default-frame-alist '(font . "Iosevka Comfy-14.5")) -;; Common UI hook -(defun bard/text-hook () - (bard/olivetti-toggle) - (display-line-numbers-mode 0) - (hl-todo-mode 1)) - ;; olivetti (use-package olivetti :config |
