|
|
@ -43,7 +43,7 @@ |
|
|
|
"Org Mode Packages") |
|
|
|
|
|
|
|
;; Combine the package lists |
|
|
|
(defvar sothr/packages (append sothr/tools sothr/modes sothr/org) "Default Packages") |
|
|
|
(defvar sothr/packages (append sothr/themes sothr/tools sothr/modes sothr/org) "Default Packages") |
|
|
|
|
|
|
|
;; Repositories |
|
|
|
(add-to-list 'package-archives |
|
|
@ -173,9 +173,4 @@ |
|
|
|
'(package-selected-packages |
|
|
|
(quote |
|
|
|
(org-doing org-bullets org-autolist org-ac better-defaults yaml-mode slime rust-mode projectile markdown-mode magit go-mode gist cyberpunk-theme auto-complete)))) |
|
|
|
(custom-set-faces |
|
|
|
;; custom-set-faces was added by Custom. |
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
) |
|
|
|
|