Skip to content

Commit

Permalink
[emacs] Fix undefined variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Jun 1, 2024
1 parent ad8d7a9 commit df6aa22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@ three times - to the right, four times - centers."
(org-agenda nil "t")))))

;; Rust mode
(defvar rust-indent-offset)
(add-lambda-hook 'rust-mode-hook
(setq indent-tabs-mode nil
rust-indent-offset 4))
Expand Down

0 comments on commit df6aa22

Please sign in to comment.