Skip to content

Commit

Permalink
docs(prog): add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 27, 2024
1 parent 0f1e448 commit 4da1401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Fall back to the default `citre--project-root'."
;; Exclude compressed files
(push "\\.\\(zip\\|epub\\|\\(doc\\|xls\\|ppt\\)x\\)\\'" editorconfig-exclude-regexps))

;; for bin in $(ls $(dirname $(which clang-13))/clang-*); do ln -s $bin $HOME/.local/bin/$(basename ${bin%-13}); done
(use-package clang-format
:straight t
:init
Expand Down

0 comments on commit 4da1401

Please sign in to comment.