refactor(emacs.d): Use dottime from my dottime package
Instead of locally advicing format-time-string, use my dottime package.
This commit is contained in:
parent
2bf2567284
commit
6ee061e205
3 changed files with 4 additions and 17 deletions
|
|
@ -8,6 +8,7 @@ with third_party.emacsPackagesNg;
|
|||
with third_party.emacs;
|
||||
|
||||
let
|
||||
localPackages = pkgs.tools.emacs-pkgs;
|
||||
emacsWithPackages = (third_party.emacsPackagesNgGen third_party.emacs26).emacsWithPackages;
|
||||
|
||||
tazjinsEmacs = (emacsWithPackages(epkgs:
|
||||
|
|
@ -81,7 +82,7 @@ let
|
|||
]) ++
|
||||
|
||||
# Custom packages
|
||||
[ carp-mode ]
|
||||
[ carp-mode localPackages.dottime ]
|
||||
));
|
||||
in third_party.writeShellScriptBin "tazjins-emacs" ''
|
||||
exec ${tazjinsEmacs}/bin/emacs \
|
||||
|
|
@ -90,5 +91,5 @@ in third_party.writeShellScriptBin "tazjins-emacs" ''
|
|||
--no-site-lisp \
|
||||
--no-init-file \
|
||||
--directory ${./config} \
|
||||
--eval "(require 'init)"
|
||||
--eval "(require 'init)" $@
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue