projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: pdf-tools: add "C-s" and "s s" bindings for isearch-forward
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
746ca44
..
10d84dd
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1517,10
+1517,10
@@
This function is intended for use with `ivy-ignore-buffers'."
(load-theme 'tangomod t)
(use-package smart-mode-line
(load-theme 'tangomod t)
(use-package smart-mode-line
- :disabled
:commands (sml/apply-theme)
:demand
:config
:commands (sml/apply-theme)
:demand
:config
+ (setq sml/theme 'tangomod)
(sml/setup)
(smart-mode-line-enable))
(sml/setup)
(smart-mode-line-enable))
@@
-1539,6
+1539,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(load-theme 'solarized-light t))
(use-package moody
(load-theme 'solarized-light t))
(use-package moody
+ :disabled
:demand
:config
(setq x-underline-at-descent-line t)
:demand
:config
(setq x-underline-at-descent-line t)
@@
-1569,7
+1570,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'tangomod t)
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'tangomod t)
-
;; (sml/apply-theme 'automatic
)
+
(sml/apply-theme 'tangomod
)
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords))
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords))
@@
-1578,7
+1579,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'doom-one t)
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'doom-one t)
-
;;
(sml/apply-theme 'automatic)
+ (sml/apply-theme 'automatic)
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t))
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t))
@@
-1937,7
+1938,9
@@
This function is intended for use with `ivy-ignore-buffers'."
("<C-XF86Forward>" . pdf-history-forward)
("<mouse-9>" . pdf-history-forward)
("<drag-mouse-9>" . pdf-history-forward)
("<C-XF86Forward>" . pdf-history-forward)
("<mouse-9>" . pdf-history-forward)
("<drag-mouse-9>" . pdf-history-forward)
- ("M-RET" . image-previous-line))
+ ("M-RET" . image-previous-line)
+ ("C-s" . isearch-forward)
+ ("s s" . isearch-forward))
:config (pdf-tools-install nil t)
:custom (pdf-view-resize-factor 1.05))
:config (pdf-tools-install nil t)
:custom (pdf-view-resize-factor 1.05))