Sample #spacemacs Config File for Non-Programmers and Beginners

preview_player
Показать описание
A look at my .spacemacs file. I wish a Spacemacs user did this when I started out, so I made a video.

TIME STAMPS
1:07 2 Rules of Editing Your .spacemacs
3:35 My Packages
9:05 Spacemacs Themes
9:50 user-config
14:10 zetteldeft work around
17:17 gruvbox theme workaround

Spacemacs Packages I Use:
writeroom
dtk
org-pandoc
org-ref
writeroom-mode
dtk
ox-pandoc
org-ref
command-log-mode
org-noter
ranger
olivetti
minimal-theme
helm-org-rifle
gruvbox-theme
doom-themes
zetteldeft
nov
org-variable-pitch
mixed-pitch
presentation
easy-jekyll

LINKS:
Рекомендации по теме
Комментарии
Автор

thanks for the excellent video, I'll share a couple of personal notes
10:30 transparency
15:00 loading file for org-roam
18:15 custome group for customization without messing things up

SantiYounger
Автор

great video! thank you so much for this

alexobnoxious
Автор

Hi! thank you for this great video, please where can I find your spacemacs config?

hmarcien
Автор

your Zettledeft stuff can be put into a personal or private layer to clean up your config.

MartyBuchaus
Автор

Move Custom config code to separate file
;;;; Custom
(setq custom-file )
(load custom-file 'no-error 'no-message)


(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.
'(company-tooltip-common ((t (:inherit company-tooltip :weight bold :underline nil))))
((t (:inherit company-tooltip-selection :weight bold :underline

MartyBuchaus
visit shbcf.ru