|
@@ -9,7 +9,14 @@
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
;; If there is more than one, they won't work right.
|
|
- '(package-selected-packages '(selectrum)))
|
|
|
|
|
|
+ '(package-selected-packages '(org-fancy-priorities hackernews selectrum))
|
|
|
|
+ '(when
|
|
|
|
+ (or
|
|
|
|
+ (not
|
|
|
|
+ (boundp 'ansi-term-color-vector))
|
|
|
|
+ (not
|
|
|
|
+ (facep
|
|
|
|
+ (aref ansi-term-color-vector 0))))))
|
|
(custom-set-faces
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; custom-set-faces was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|