Compare commits
No commits in common. "3004f96949c469bd83936c6d6bb05eda249334d4" and "975c2869ea7e63dee6068fbd58090e11609ec8f7" have entirely different histories.
3004f96949
...
975c2869ea
5
init.el
5
init.el
@ -70,8 +70,6 @@
|
||||
(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
|
||||
|
||||
@ -520,9 +518,6 @@
|
||||
: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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user