fix svgs on macos
This commit is contained in:
parent
85dcd20d1b
commit
88c2693b96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user