Compare commits
No commits in common. "2bae1a2ea6f843dc830bc7989292abdda48f1a47" and "729e771c422ce52b4ab3a828eaea0e2b57642076" have entirely different histories.
2bae1a2ea6
...
729e771c42
|
@ -88,7 +88,7 @@ font:
|
|||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
window_opacity: 0.94
|
||||
background_opacity: 0.94
|
||||
|
||||
mouse:
|
||||
hide_when_typing: true
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
(global-subword-mode 1) ; Iterate through CamelCase words
|
||||
|
||||
(setq which-key-idle-delay 0.25)
|
||||
(setq company-idle-delay 0.1)
|
||||
|
||||
;; load
|
||||
(load! "+projects")
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
;;(haskell +lsp) ; a language that's lazier than I am
|
||||
;;hy ; readability of scheme w/ speed of python
|
||||
;;idris ; a language you can depend on
|
||||
json ; At least it ain't XML
|
||||
;;json ; At least it ain't XML
|
||||
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
;;julia ; a better, faster MATLAB
|
||||
|
|
Loading…
Reference in New Issue