add all-the-icons, add font that needs to be installed, update gitignore to ignore un-needed files/folders
This commit is contained in:
parent
e5826cc035
commit
53f3f57e03
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,3 +17,5 @@ code/projects
|
||||||
**/url
|
**/url
|
||||||
**/eshell
|
**/eshell
|
||||||
**/.lsp-session*
|
**/.lsp-session*
|
||||||
|
**/eln-cache
|
||||||
|
**/org-persist
|
|
@ -13,7 +13,7 @@
|
||||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
|
||||||
(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
|
(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
|
||||||
(add-to-list 'package-selected-packages
|
(add-to-list 'package-selected-packages
|
||||||
'(revert-buffer-all centaur-tabs scratch persistent-scratch persp-mode rainbow-mode rainbow-delimiters markdown-mode focus zoom popwin dired-single diredfl doominhibitinhibit-modeline helpful helm helm-org dired-rainbow dired-rainbow-listing dired-single dash s origami modus-themes use-package)
|
'(all-the-icons revert-buffer-all centaur-tabs scratch persistent-scratch persp-mode rainbow-mode rainbow-delimiters markdown-mode focus zoom popwin dired-single diredfl doominhibitinhibit-modeline helpful helm helm-org dired-rainbow dired-rainbow-listing dired-single dash s origami modus-themes use-package)
|
||||||
)
|
)
|
||||||
(when (not kmn/is-dayjob)
|
(when (not kmn/is-dayjob)
|
||||||
(add-to-list 'package-selected-packages
|
(add-to-list 'package-selected-packages
|
||||||
|
@ -91,6 +91,12 @@
|
||||||
version-control t
|
version-control t
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
; add all-the-icons so status icons (normally handled by a font patched w/ nerd font)
|
||||||
|
(when (not kmn/is-termux)
|
||||||
|
(require 'all-the-icons)
|
||||||
|
)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; dired adjustments
|
; dired adjustments
|
||||||
(with-eval-after-load 'dired
|
(with-eval-after-load 'dired
|
||||||
|
|
BIN
fonts/NFM.ttf
Normal file
BIN
fonts/NFM.ttf
Normal file
Binary file not shown.
Reference in a new issue