Skip to content

Commit

Permalink
fixes to syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 1, 2024
1 parent 5031882 commit 9a0d495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/external.org
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ The optional argument NEW-WINDOW is not used."
(shell-dirtrack-mode t)
(setq dirtrackp nil))))

(require 'tramp)
(setq tramp-default-method "ssh")
(setq ssh-explicit-args nil)
(tramp-change-syntax 'default)
Expand Down
2 changes: 1 addition & 1 deletion config/features.org
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ For the org-mode support, see:
("dotnet"
(format . "LEVEL TIMESTAMP [THREAD] NAME IGNORED - MESSAGE")
(levels . "SLF4J"))
))
)))
#+end_src

* Workspaces
Expand Down

0 comments on commit 9a0d495

Please sign in to comment.