Require LSP in Ruby
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled

This commit is contained in:
Maciej 2024-07-30 13:42:46 +03:00
parent c2caa56b35
commit 13ed56fa04
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
18 changed files with 87 additions and 64 deletions

View file

@ -328,7 +328,7 @@ More information on Tron: https://en.wikipedia.org/wiki/Tron")
:box `(:line-width 2 :color ,orange :style nil))
)
(defun tronesque-mode-line ()
(defun icejam/tronesque-mode-line ()
"Change default mode-line."
(interactive)
(setq-default
@ -364,7 +364,7 @@ More information on Tron: https://en.wikipedia.org/wiki/Tron")
mode-line-end-spaces)))
;; Helper function
(defun shorten-directory (dir max-length)
(defun icejam/shorten-directory (dir max-length)
"Show up a directory named `DIR' with `MAX-LENGTH' characters."
(let ((path (reverse (split-string (abbreviate-file-name dir) "/")))
(output ""))