fix svgs on macos

This commit is contained in:
Elizabeth Hunt 2023-08-11 11:00:34 -06:00
parent 85dcd20d1b
commit 88c2693b96
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -2,6 +2,10 @@
#+AUTHOR: Simponic
#+STARTUP: fold
* image-types hack (thanks macos)
#+BEGIN_SRC emacs-lisp
(setq image-types '(svg png gif tiff jpeg xpm xbm pbg))
#+END_SRC
* Packages
** Melpa
#+BEGIN_SRC emacs-lisp
@ -393,16 +397,12 @@ After installing the ~rust-analyzer~ program, the following can be used:
:ensure t)
#+END_SRC
#+RESULTS:
: t
*** PHP
#+BEGIN_SRC emacs-lisp
(use-package php-mode
:ensure t)
#+END_SRC
#+RESULTS:
** Format All The Buffers
#+BEGIN_SRC emacs-lisp
(use-package format-all
@ -411,9 +411,6 @@ After installing the ~rust-analyzer~ program, the following can be used:
(add-hook 'format-all-mode-hook 'format-all-ensure-formatter)
#+END_SRC
#+RESULTS:
| format-all-ensure-formatter |
* Multiple Cursors
#+BEGIN_SRC emacs-lisp
(use-package multiple-cursors