Capturing windows look better with v29

This commit is contained in:
Howard Abrams 2023-04-01 16:28:01 -07:00
parent 98fa91dc66
commit d586bc2e2b
2 changed files with 6 additions and 1 deletions

View file

@ -28,7 +28,7 @@ I find that I need to … at least, on my work computer, install two different v
#+end_src
And the following for “work”:
#+begin_src sh
brew install emacs-plus@29 --with-native-comp --with-mailutils --with-elrumo1-icon
brew install emacs-plus@29 --with-native-comp --with-mailutils --with-modern-bokehlicia-captiva-icon --with-no-frame-refocus
#+end_src
** Ouchie
Sometimes get the following error:

View file

@ -141,6 +141,11 @@ Taken from [[https://emacsredux.com/blog/2020/12/04/maximize-the-emacs-frame-on-
#+begin_src emacs-lisp
(add-to-list 'initial-frame-alist '(fullscreen . maximized))
#+end_src
Now that Im using v29 of Emacs, I can /un-decorate/ the non-full-sized frames:
#+begin_src emacs-lisp
(add-to-list 'default-frame-alist '(undecorated-round . t))
#+end_src
* Font Configuration
Am I ever really ever satisfied with any font? I regularly change my font based on the monospace du jour... [[http://blogs.adobe.com/typblography/2012/09/source-code-pro.html][Source Code Pro]] is attractive, and has been a staple on every programmers' screen. However, we all want ligatures, [[https://github.com/i-tu/Hasklig][Hasklig]] is a nice font that is thinner and easier to read than [[https://github.com/tonsky/FiraCode][Fira]], but [[https://typeof.net/Iosevka/][Iosevka]] seems to have it all. Oh, Microsoft just gave us [[https://docs.microsoft.com/en-us/windows/terminal/cascadia-code][Cascadia]] and that seems shiny. However, the [[https://github.com/ryanoasis/nerd-fonts][Nerd Font project]] adds the ligatures as well as all the other niceties to a font.