Fixed Emacs (now 29) and simplified flake .lock update workflow

This commit is contained in:
Andrea Ciceri 2022-05-28 19:56:37 +02:00
parent ada29c1c42
commit eac14e0e49
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 0 additions and 33 deletions

View file

@ -3,14 +3,6 @@
(setq gc-cons-threshold 100000000
read-process-output-max (* 1024 1024))
(defun executable-find (command) ;; to move
"Search for COMMAND in `exec-path' and return the absolute file name.
Return nil if COMMAND is not found anywhere in `exec-path'."
;; Use 1 rather than file-executable-p to better match the behavior of
;; call-process.
(locate-file command exec-path exec-suffixes 1))
(require 'aesthetics)
(require 'config-emacs)
(require 'config-evil)