From b38bae943d799d849142a0aa956ab22cda0291a2 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 Mar 2023 14:11:13 -0500 Subject: [PATCH] update emacs configf --- .config/doom/config.el | 5 ++++- .config/doom/init.el | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index c53f35d..58d21e0 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -28,7 +28,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-wilmersdorf) (setq doom-font "Iosevka-14") ;; This determines the style of line numbers in effect. If set to `nil', line @@ -71,3 +71,6 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. + +(set-frame-parameter (selected-frame) 'alpha-background 85) +(add-to-list 'default-frame-alist '(alpha-background . 85)) diff --git a/.config/doom/init.el b/.config/doom/init.el index 16c3e67..081c858 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -47,7 +47,7 @@ ;;neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows - tabs ; a tab bar for Emacs + ;; tabs ; a tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe @@ -98,7 +98,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - lsp ; M-x vscode + (lsp +peek) ; M-x vscode magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds @@ -118,7 +118,7 @@ ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP ;;cc ; C > C++ == 1 - clojure ; java with a lisp + (clojure +lsp) ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c @@ -136,15 +136,15 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect ;;(haskell +dante) ; 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 - ;;(java +lsp +meghanada) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + ;; (java +lsp +meghanada) ; the poster child for carpal tunnel syndrome + javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB - ;;kotlin ; a better, slicker Java(Script) + ;; (kotlin +lsp) ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun ;;lean ; for folks with too much to prove ;;ledger ; be audit you can be @@ -182,11 +182,11 @@ ;;(wanderlust +gmail) :app - ;;calendar + calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking - ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader + irc ; how neckbeards socialize + (rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought :config