fix svgs on macos
This commit is contained in:
parent
85dcd20d1b
commit
88c2693b96
@ -2,6 +2,10 @@
|
|||||||
#+AUTHOR: Simponic
|
#+AUTHOR: Simponic
|
||||||
#+STARTUP: fold
|
#+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
|
* Packages
|
||||||
** Melpa
|
** Melpa
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -393,16 +397,12 @@ After installing the ~rust-analyzer~ program, the following can be used:
|
|||||||
:ensure t)
|
:ensure t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
|
||||||
: t
|
|
||||||
*** PHP
|
*** PHP
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package php-mode
|
(use-package php-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
|
||||||
|
|
||||||
** Format All The Buffers
|
** Format All The Buffers
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package format-all
|
(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)
|
(add-hook 'format-all-mode-hook 'format-all-ensure-formatter)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
|
||||||
| format-all-ensure-formatter |
|
|
||||||
|
|
||||||
* Multiple Cursors
|
* Multiple Cursors
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package multiple-cursors
|
(use-package multiple-cursors
|
||||||
|
Loading…
Reference in New Issue
Block a user