Address init errors

This commit is contained in:
contrapunctus 2022-01-06 13:02:53 +05:30
parent 2d9b6b8557
commit 441f415a66
1 changed files with 7 additions and 4 deletions

View File

@ -268,6 +268,7 @@ NAME is the name of the process and its buffer."
;; otherwise we're in a horizontal split
)
#+END_SRC
* ediff
#+BEGIN_SRC emacs-lisp
(use-package ediff
@ -348,6 +349,7 @@ Doesn't work in my current main browser (Tor Browser), and thus barely used of l
**
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path "~/.emacs.d/contrapunctus/")
(load "cp")
;; (if (not (server-running-p)) (server-start))
@ -1503,8 +1505,6 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
**
#+BEGIN_SRC emacs-lisp
;; (load "cp-adb")
#+END_SRC
@ -1792,10 +1792,13 @@ PR ideas
("C-s" . isearch-forward)
("g" . pdf-view-first-page)
("l" . pdf-view-last-page))
(:map pdf-history-minor-mode-map
("r" . nil))
:config
(setq-default pdf-view-display-size 'fit-height))
(use-package pdf-history
:bind
(:map pdf-history-minor-mode-map
("r" . nil)))
#+END_SRC
** proced
#+BEGIN_SRC emacs-lisp