~octaspire/dotfiles

1c43ddec9f8254632a236729890a6d8697b4875d — octaspire 1 year, 11 months ago 2f17c63
Update GNU/Emacs configuration
1 files changed, 5 insertions(+), 2 deletions(-)

M emacs/.config/emacs/init.el
M emacs/.config/emacs/init.el => emacs/.config/emacs/init.el +5 -2
@@ 304,6 304,7 @@ adding it to the kill ring as a new kill."
  (use-package slime
    :ensure t
    :config (progn (slime-setup '(slime-fancy
				  slime-cl-indent
				  slime-asdf
				  slime-quicklisp
				  slime-scratch


@@ 371,7 372,9 @@ adding it to the kill ring as a new kill."
  (use-package pdf-tools
    :ensure t
    :config (progn (when (eq system-type 'darwin)
		     (setq pdf-info-epdfinfo-program "/usr/local/bin/epdfinfo"))
		     (setq pdf-info-epdfinfo-program "/usr/local/bin/epdfinfo")
		     (setq pdf-view-use-scaling t
			   pdf-view-use-imagemagick nil))
		   (pdf-tools-install)
		   (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode)
		   (setq pdf-view-midnight-colors (if octaspire/dark-mode


@@ 579,7 582,7 @@ adding it to the kill ring as a new kill."

(when (or (file-exists-p "~/.fonts/IBMPlexMono-Regular.ttf")
	  (file-exists-p "~/Library/Fonts/IBMPlexMono-Regular.ttf"))
  (let ((h 90))
  (let ((h 140))
    (custom-set-faces
     `(default ((t (:family "IBM Plex Mono" :height ,h))))
     `(bold ((t (:weight bold :family "IBM Plex Mono" :height ,h))))