Closed FirstLoveLife closed 4 years ago
Hi, hlissner, I'm learning your private emacs doom config and found:
22c33d911ebd8eb7167cd6c4b5487a8f8cdedf95 Author: Henrik Lissner <git@henrik.io> AuthorDate: Sun Feb 18 20:44:28 2018 -0500 Commit: Henrik Lissner <git@henrik.io> CommitDate: Sun Feb 18 20:44:30 2018 -0500 Parent: 8dd2f87 Remove smartparens config (now in config/default module) Contained: uos Move autoload.el => autoload/hlissner.el I expect to add more files 2 files changed, 6 insertions(+), 6 deletions(-) autoload.el | 6 ------ autoload/hlissner.el | 6 ++++++ deleted autoload.el @@ -1,6 +0,0 @@ -;;; private/hlissner/autoload.el -*- lexical-binding: t; -*- - -;;;###autoload (autoload '+hlissner/find-in-dotfiles "private/hlissner/autoload/hlissner" nil t) -(+default--def-find-in! dotfiles (expand-file-name "~/.dotfiles") +hlissner) -;;;###autoload (autoload '+hlissner/browse-dotfiles "private/hlissner/autoload/hlissner" nil t) -(+default--def-browse-in! dotfiles (expand-file-name "~/.dotfiles") +hlissner) new file autoload/hlissner.el @@ -0,0 +1,6 @@ +;;; private/hlissner/autoload.el -*- lexical-binding: t; -*- + +;;;###autoload (autoload '+hlissner/find-in-dotfiles "autoload/hlissner" nil t) +(+default--def-find-in! dotfiles (expand-file-name "~/.dotfiles") hlissner) +;;;###autoload (autoload '+hlissner/browse-dotfiles "autoload/hlissner" nil t) +(+default--def-browse-in! dotfiles (expand-file-name "~/.dotfiles") hlissner)
what is put inside .dotfiles?
This: https://github.com/hlissner/dotfiles/tree/nixos
Hi, hlissner, I'm learning your private emacs doom config and found:
what is put inside .dotfiles?