mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 10:31:13 +10:00
Minor edits to config plus new dtmacs logo
This commit is contained in:
+13
-11
@@ -577,14 +577,14 @@
|
|||||||
|
|
||||||
(eval-after-load 'org-indent '(diminish 'org-indent-mode))
|
(eval-after-load 'org-indent '(diminish 'org-indent-mode))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(org-level-1 ((t (:inherit outline-1 :height 1.7))))
|
'(org-level-1 ((t (:inherit outline-1 :height 1.7))))
|
||||||
'(org-level-2 ((t (:inherit outline-2 :height 1.6))))
|
'(org-level-2 ((t (:inherit outline-2 :height 1.6))))
|
||||||
'(org-level-3 ((t (:inherit outline-3 :height 1.5))))
|
'(org-level-3 ((t (:inherit outline-3 :height 1.5))))
|
||||||
'(org-level-4 ((t (:inherit outline-4 :height 1.4))))
|
'(org-level-4 ((t (:inherit outline-4 :height 1.4))))
|
||||||
'(org-level-5 ((t (:inherit outline-5 :height 1.3))))
|
'(org-level-5 ((t (:inherit outline-5 :height 1.3))))
|
||||||
'(org-level-6 ((t (:inherit outline-5 :height 1.2))))
|
'(org-level-6 ((t (:inherit outline-5 :height 1.2))))
|
||||||
'(org-level-7 ((t (:inherit outline-5 :height 1.1)))))
|
'(org-level-7 ((t (:inherit outline-5 :height 1.1)))))
|
||||||
|
|
||||||
(require 'org-tempo)
|
(require 'org-tempo)
|
||||||
|
|
||||||
@@ -711,11 +711,13 @@
|
|||||||
eshell-visual-commands'("bash" "fish" "htop" "ssh" "top" "zsh"))
|
eshell-visual-commands'("bash" "fish" "htop" "ssh" "top" "zsh"))
|
||||||
|
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
:config
|
:ensure t
|
||||||
(setq shell-file-name "/bin/sh"
|
:config
|
||||||
vterm-max-scrollback 5000))
|
(setq shell-file-name "/bin/sh"
|
||||||
|
vterm-max-scrollback 5000))
|
||||||
|
|
||||||
(use-package vterm-toggle
|
(use-package vterm-toggle
|
||||||
|
:ensure t
|
||||||
:after vterm
|
:after vterm
|
||||||
:config
|
:config
|
||||||
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
|
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
|
||||||
|
|||||||
@@ -1019,9 +1019,10 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
:config
|
:ensure t
|
||||||
(setq shell-file-name "/bin/sh"
|
:config
|
||||||
vterm-max-scrollback 5000))
|
(setq shell-file-name "/bin/sh"
|
||||||
|
vterm-max-scrollback 5000))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Vterm-Toggle
|
** Vterm-Toggle
|
||||||
@@ -1029,6 +1030,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package vterm-toggle
|
(use-package vterm-toggle
|
||||||
|
:ensure t
|
||||||
:after vterm
|
:after vterm
|
||||||
:config
|
:config
|
||||||
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
|
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user