Skip to content

Commit

Permalink
Push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Mar 14, 2023
1 parent 5d99871 commit 5bf73ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config.el
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,9 @@ For non-floats, see `org-latex--wrap-label'."
(sp-local-pair 'python-mode "f'" "'"))


(setq doom-theme 'doom-lantern)
(if (string-equal (system-name) "worklaptop")
(setq doom-theme 'doom-pine)
(setq doom-theme 'doom-lantern))

;; (if (string-equal (system-name) "work-desktop")
;; (setq doom-theme 'doom-miramare)
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
data
(elixir +lsp +tree-sitter)
emacs-lisp
(haskell +lsp)
(haskell +lsp +tree-sitter)
;(java +lsp)
;(kotlin +lsp)
(javascript +lsp +tree-sitter)
Expand Down

0 comments on commit 5bf73ca

Please sign in to comment.