M emacs.org => emacs.org +17 -12
@@ 305,8 305,8 @@ that default. Also allow me to reopen a file as root automatically.
Transparency is nice.
#+BEGIN_SRC emacs-lisp
-(set-frame-parameter (selected-frame) 'alpha '(95 . 95))
-(add-to-list 'default-frame-alist '(alpha . (95 . 95)))
+(set-frame-parameter (selected-frame) 'alpha '(97 . 97))
+(add-to-list 'default-frame-alist '(alpha . (97 . 97)))
(set-frame-parameter (selected-frame) 'fullscreen 'maximized)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
#+END_SRC
@@ 439,7 439,7 @@ this font name! And if we're talking about fonts, you gotta have
emojis.
#+BEGIN_SRC emacs-lisp
-(add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font 11"))
+(add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font 10"))
(use-package emojify
:hook (erc-mode . emojify-mode)
:commands emojify-mode)
@@ 1617,14 1617,17 @@ Nextcloud or *Sonic, it's super convenient.
(emms-default-players))
#+END_SRC
** *Sonic API
-I use Navidrome for a lot of my music (which is based on the Subsonic API), and recently came across a great player in Emacs!
+I use Gonic for a lot of my music (which is based on the Subsonic
+API), and recently came across a great player in Emacs!
#+BEGIN_SRC emacs-lisp
(use-package subsonic
:commands subsonic
:bind (("C-c m" . subsonic))
- :config
- (setq subsonic-host "music.danielr.xyz"))
+ :custom
+ (subsonic-url "music.danielr.xyz")
+ (subsonic-enable-art nil)
+ (subsonic-host "music.danielr.xyz"))
#+END_SRC
** Elpher
@@ 1990,8 1993,7 @@ Arduinos is fun, but the Arduino IDE sucks. Let's use Emacs instead!
*** Clojure
I don't do JVM work often, but when I need to I prefer Clojure or
-Kotlin (although I usually IntelliJ for Kotlin just because of the
-perfect integration.)
+Kotlin.
#+BEGIN_SRC emacs-lisp
(use-package clojure-mode)
@@ 2064,11 2066,14 @@ Ole' grandpa himself.
The cool kid.
#+BEGIN_SRC emacs-lisp
- (use-package kotlin-mode
- :disabled)
+(use-package kotlin-mode
+ :disabled)
- (use-package flycheck-kotlin
- :disabled)
+(use-package flycheck-kotlin
+ :disabled)
+
+(use-package android-mode
+ :disabled)
#+END_SRC
**** Scala
M init.el => init.el +7 -5
@@ 171,8 171,8 @@
:config
(auto-sudoedit-mode 1))
-(set-frame-parameter (selected-frame) 'alpha '(95 . 95))
-(add-to-list 'default-frame-alist '(alpha . (95 . 95)))
+(set-frame-parameter (selected-frame) 'alpha '(97 . 97))
+(add-to-list 'default-frame-alist '(alpha . (97 . 97)))
(set-frame-parameter (selected-frame) 'fullscreen 'maximized)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
@@ 239,7 239,7 @@
(add-hook 'before-save-hook 'delete-trailing-whitespace)
-(add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font 11"))
+(add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font 10"))
(use-package emojify
:hook (erc-mode . emojify-mode)
:commands emojify-mode)
@@ 1117,8 1117,10 @@
(use-package subsonic
:commands subsonic
:bind (("C-c m" . subsonic))
- :config
- (setq subsonic-host "music.danielr.xyz"))
+ :custom
+ (subsonic-url "music.danielr.xyz")
+ (subsonic-enable-art nil)
+ (subsonic-host "music.danielr.xyz"))
(use-package elpher)
;; Fixes gemini timeout