Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969870
config.el
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
config.el
View Options
;; add (load "~/.emacs.d/config/v2/config.el") to init.el to load this file
(
setq
comp-deferred-compilation
t
)
;; to enable JIT compilation (gccemacs)
(
load
"~/.emacs.d/config/v2/straight.el"
)
(
setq
tab-width
4
)
(
show-paren-mode
)
;; (setq exec-path (append
;; exec-path
;; (split-string (shell-command-to-string "find ~/.nvm/versions -maxdepth 3 -name bin -type d | sort | head --bytes -1") "\n")
;; ))
(
straight-use-package
'sudo-edit
)
(
load
"~/.emacs.d/config/v2/no-beeping.el"
)
(
load
"~/.emacs.d/config/v2/server.el"
)
(
load
"~/.emacs.d/config/v2/modes.el"
)
(
load
"~/.emacs.d/config/v2/keys.el"
)
(
load
"~/.emacs.d/config/v2/backups.el"
)
(
load
"~/.emacs.d/config/v2/undo-tree.el"
)
(
load
"~/.emacs.d/config/v2/autocomplete.el"
)
(
load
"~/.emacs.d/config/v2/company-oldschool-nav.el"
)
(
load
"~/.emacs.d/config/v2/auto-formatting.el"
)
(
load
"~/.emacs.d/config/v2/bookmarks.el"
)
(
load
"~/.emacs.d/config/v2/magit.el"
)
(
load
"~/.emacs.d/config/v2/syntax-highlighting.el"
)
(
load
"~/.emacs.d/config/v2/webdev-basic.el"
)
(
load
"~/.emacs.d/config/v2/webdev-medium.lsp.el"
)
(
load
"~/.emacs.d/config/v2/snippets.el"
)
(
load
"~/.emacs.d/config/v2/org.el"
)
(
load
"~/.emacs.d/config/v2/qml.el"
)
(
load
"~/.emacs.d/config/v2/multiple-cursors.el"
)
(
load
"~/.emacs.d/config/v2/breadcrumbs.el"
)
(
load
"~/.emacs.d/config/v2/dired-open.el"
)
(
setq
custom-file
"~/.emacs.d/config/v2/custom.el"
)
(
load
custom-file
)
File Metadata
Details
Attached
Mime Type
text/x-lisp
Expires
Sun, Nov 24, 02:01 (22 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548076
Default Alt Text
config.el (1 KB)
Attached To
Mode
rKUBEMACS kuba's emacs config
Attached
Detach File
Event Timeline
Log In to Comment