Comments. The lazy man's documentation.
This commit is contained in:
parent
ab918ab3b5
commit
2d5c75f7b5
|
@ -1,16 +1,20 @@
|
|||
;;; init.el -*- lexical-binding: t; -*-
|
||||
|
||||
; Org goes in org
|
||||
(custom-set-variables '(org-directory "~/org"))
|
||||
(setq
|
||||
deft-directory org-directory
|
||||
org-download-image-dir (concat org-directory "resources")
|
||||
org-roam-directory org-directory)
|
||||
;; Add projectile autosearch for common dirs
|
||||
|
||||
|
||||
;; Automatically Scan normal locations code for projectes.
|
||||
;; - `src` is used on my linux machine
|
||||
;; - `Code` is used on my mac machine
|
||||
;; - `opt` is used on my where I checkout, and compile, and complain about it
|
||||
;; not running right, but refuse to the the documentation.
|
||||
(require 'seq)
|
||||
(setq projectile-project-search-path
|
||||
(seq-filter 'file-directory-p '("~/src" "~/Code" "~/opt")))
|
||||
|
||||
;; Make sort reasonable.
|
||||
(setq projectile-sort-order 'access-time)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user