Skip to content

tralph3/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Config

[Tangle All Configs]

Config Index

Preparation

We first need to load the current colorscheme. The current_colorscheme file is a symlink to the actual colorscheme file.

(load "~/.config/current_colorscheme" 'nomessage)

Now we add all of the helper functions to the library of babel.

(org-babel-lob-ingest "./functions.org")

Tangle Files

Each config file gets tangled and placed in their respective directories.

(let ((org-confirm-babel-evaluate nil))
  (dolist (config (directory-files "./configs" t "\\.org$"))
    (org-babel-tangle-file config)))

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published