Fixed Emacs (now 29) and simplified flake .lock
update workflow
This commit is contained in:
parent
ada29c1c42
commit
eac14e0e49
2 changed files with 0 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue