Skip to content

Commit

Permalink
compilation: fix byte compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Aug 2, 2023
1 parent 94ede04 commit fc23e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,8 @@ Reduce scroll margin.
Kill compilation process before stating another and save all buffers on ~compile~.
#+begin_src emacs-lisp :tangle yes
(use-package compile
:functions
(compilation-find-buffer)
:preface
(defun compile-on-save-start ()
(let ((main-buffer (current-buffer))
Expand Down

0 comments on commit fc23e56

Please sign in to comment.