Compare commits

...

2 Commits

Author SHA1 Message Date
earnest ma 2bae1a2ea6
* 2022-03-15 23:32:32 -04:00
earnest ma fedd04171a
alacritty: switch from deprecating option 2022-03-15 23:32:08 -04:00
3 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,7 @@ font:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # 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. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.94 window_opacity: 0.94
mouse: mouse:
hide_when_typing: true hide_when_typing: true

View File

@ -55,6 +55,7 @@
(global-subword-mode 1) ; Iterate through CamelCase words (global-subword-mode 1) ; Iterate through CamelCase words
(setq which-key-idle-delay 0.25) (setq which-key-idle-delay 0.25)
(setq company-idle-delay 0.1)
;; load ;; load
(load! "+projects") (load! "+projects")

View File

@ -137,7 +137,7 @@
;;(haskell +lsp) ; a language that's lazier than I am ;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on ;;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 ;;(java +lsp) ; the poster child for carpal tunnel syndrome
;;javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB ;;julia ; a better, faster MATLAB