Replace icejam/ with icejam- and icejam-lang/ with icejam- namespacing
All checks were successful
/ Test config on 20 (push) Successful in 27s
All checks were successful
/ Test config on 20 (push) Successful in 27s
This commit is contained in:
parent
70418a27c3
commit
42e9ee7862
31 changed files with 144 additions and 140 deletions
|
|
@ -328,7 +328,7 @@ More information on Tron: https://en.wikipedia.org/wiki/Tron")
|
|||
:box `(:line-width 2 :color ,orange :style nil))
|
||||
)
|
||||
|
||||
(defun icejam/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 icejam/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 ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue