|
@@ -160,6 +160,8 @@
|
|
|
(use-package helm
|
|
|
:ensure t
|
|
|
:bind (("M-x" . helm-M-x))
|
|
|
+ :custom
|
|
|
+ (helm-move-to-line-cycle-in-source nil)
|
|
|
:config
|
|
|
(helm-mode 1))
|
|
|
(winner-mode t) ; C-c ←/→ for going between used window configurations
|
|
@@ -267,15 +269,16 @@
|
|
|
(add-to-list 'auto-mode-alist '("\\.m\\'" . octave-mode))
|
|
|
(setq bibtex-align-at-equal-sign t) ; align = in bibtex using C-c C-q
|
|
|
(if (display-graphic-p)
|
|
|
- (use-package pdf-tools
|
|
|
- :ensure t
|
|
|
- :config
|
|
|
- (pdf-tools-install :no-query))
|
|
|
- (use-package org-noter
|
|
|
- :ensure t
|
|
|
- :after (pdf-tools)
|
|
|
- :custom
|
|
|
- (org-noter-notes-search-path (list bibliography-notes))))
|
|
|
+ (progn
|
|
|
+ (use-package pdf-tools
|
|
|
+ :ensure t
|
|
|
+ :config
|
|
|
+ (pdf-tools-install :no-query))
|
|
|
+ (use-package org-noter
|
|
|
+ :ensure t
|
|
|
+ :after (pdf-tools)
|
|
|
+ :custom
|
|
|
+ (org-noter-notes-search-path (list bibliography-notes)))))
|
|
|
(use-package tex
|
|
|
:ensure auctex
|
|
|
:custom
|