Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel - 3004f96949
More local data from `url` package to private/ 2023-10-01 18:29:11 +02:00
Daniel - 31268927e0
Revert "Remove obsolete lisp indentation setting for use-package"
This reverts commit aa4ac442a0.

Turns out this setting is not obsolete, as my whole init file would be
reformatted without it … keeping it for now.
2023-10-01 18:27:36 +02:00
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,8 @@
(add-to-list 'package-pinned-packages '(use-package . "melpa-stable"))
(add-to-list 'package-pinned-packages '(bind-key . "melpa-stable"))
(put 'use-package 'lisp-indent-function 1)
;; * Mode activation
@ -518,6 +520,9 @@
:config (progn
(tab-bar-history-mode +1)))
(use-package url
:init (setq url-configuration-directory (expand-file-name "private/url" emacs-d)))
(use-package window
:init (setq switch-to-buffer-obey-display-actions t
switch-to-buffer-in-dedicated-window 'pop