emacs: BREAKING stop using use-package for lin

This commit is contained in:
Protesilaos Stavrou 2025-11-01 09:54:22 +02:00
parent 81a250b2af
commit 2cf0ee25af
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 8 additions and 24 deletions

View file

@ -36,18 +36,10 @@
;;;; Lin
;; Read the lin manual: <https://protesilaos.com/emacs/lin>.
(use-package lin
:ensure t
:hook (after-init . lin-global-mode) ; applies to all `lin-mode-hooks'
:config
;; You can use this to live update the face:
;;
;; (customize-set-variable 'lin-face 'lin-green)
;;
;; Or `setopt' on Emacs 29: (setopt lin-face 'lin-yellow)
;;
;; I still prefer `setq' for consistency.
(setq lin-face 'lin-cyan))
(prot-emacs-configure
(prot-emacs-install lin)
(setq lin-face 'lin-cyan)
(lin-global-mode 1))
;;;; Increase padding of windows/frames
;; Yet another one of my packages:

View file

@ -1983,18 +1983,10 @@ vertical axis.
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-theme.el"
;;;; Lin
;; Read the lin manual: <https://protesilaos.com/emacs/lin>.
(use-package lin
:ensure t
:hook (after-init . lin-global-mode) ; applies to all `lin-mode-hooks'
:config
;; You can use this to live update the face:
;;
;; (customize-set-variable 'lin-face 'lin-green)
;;
;; Or `setopt' on Emacs 29: (setopt lin-face 'lin-yellow)
;;
;; I still prefer `setq' for consistency.
(setq lin-face 'lin-cyan))
(prot-emacs-configure
(prot-emacs-install lin)
(setq lin-face 'lin-cyan)
(lin-global-mode 1))
#+end_src
*** The =prot-emacs-theme.el= section for ~spacious-padding~