mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: BREAKING stop using use-package for lin
This commit is contained in:
parent
81a250b2af
commit
2cf0ee25af
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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~
|
||||
|
|
|
|||
Loading…
Reference in a new issue