mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Add narf-dropbox-dir
This commit is contained in:
@ -11,6 +11,7 @@
|
|||||||
(defconst narf-elpa-dir (concat narf-emacs-dir ".cask/" emacs-version "/elpa/"))
|
(defconst narf-elpa-dir (concat narf-emacs-dir ".cask/" emacs-version "/elpa/"))
|
||||||
(defconst narf-temp-dir (concat narf-private-dir "cache/" (system-name) "/"))
|
(defconst narf-temp-dir (concat narf-private-dir "cache/" (system-name) "/"))
|
||||||
(defconst narf-script-dir (concat narf-emacs-dir "scripts/"))
|
(defconst narf-script-dir (concat narf-emacs-dir "scripts/"))
|
||||||
|
(defconst narf-dropbox-dir "~/Dropbox/")
|
||||||
(defconst narf-snippet-dirs (list (concat narf-private-dir "snippets/")
|
(defconst narf-snippet-dirs (list (concat narf-private-dir "snippets/")
|
||||||
(concat narf-private-dir "templates/"))))
|
(concat narf-private-dir "templates/"))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user