Added support for terminals

This commit is contained in:
qorg11 2020-07-11 06:10:31 +02:00
parent f7d04a94d7
commit 4f8cddd1a6
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -240,7 +240,7 @@ Including indent-buffer, which should not be called automatically on save."
((t (:background "#333"))))) ((t (:background "#333")))))
;; Org mode fixes ;; Org mode fixes
(if (display-graphic-p)
(let* ((variable-tuple (let* ((variable-tuple
(cond ((x-list-fonts "ETBembo") '(:font "ETBembo")) (cond ((x-list-fonts "ETBembo") '(:font "ETBembo"))
((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro")) ((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro"))
@ -261,7 +261,7 @@ Including indent-buffer, which should not be called automatically on save."
`(org-level-3 ((t (,@headline ,@variable-tuple :height 1.1)))) `(org-level-3 ((t (,@headline ,@variable-tuple :height 1.1))))
`(org-level-2 ((t (,@headline ,@variable-tuple :height 1.2)))) `(org-level-2 ((t (,@headline ,@variable-tuple :height 1.2))))
`(org-level-1 ((t (,@headline ,@variable-tuple :height 1.4)))) `(org-level-1 ((t (,@headline ,@variable-tuple :height 1.4))))
`(org-document-title ((t (,@headline ,@variable-tuple :height 2.0 :underline nil)))))) `(org-document-title ((t (,@headline ,@variable-tuple :height 2.0 :underline nil)))))))
#+END_SRC #+END_SRC
** AucTeX ** AucTeX
This basically opens zathura when compiling with auctex (C-c C-a) This basically opens zathura when compiling with auctex (C-c C-a)