Browse Source

Small image sizes in org mode

main
parent
commit
b140d4a892
  1. 8
      README.org
  2. 1
      modules/core.el

8
README.org

@ -7,7 +7,7 @@
#+ATTR_ORG: :width 420px
#+ATTR_HTML: :width 420px
#+ATTR_LATEX: :width 420px
[[./docs/images/desktop.png]]
[[./docs/images/desktop-alt.png]]
Immutable GNU Emacs dotfiles. Built for Life, Liberty, and the Open Road.
+ 100% Literate
@ -261,6 +261,7 @@ Emacs' default user interface is horrendous, but with less than 10 lines of code
:custom (org-ellipsis " ▾")
(org-log-done 'time)
(org-log-into-drawer t)
(org-image-actual-width nil)
(org-directory dotfiles/home)
(org-src-preserve-indentation t)
:config (require 'org-tempo)
@ -1231,6 +1232,11 @@ Toggle global ligature mode with =SPC t g=.
*** Dashboard
#+ATTR_ORG: :width 420px
#+ATTR_HTML: :width 420px
#+ATTR_LATEX: :width 420px
[[./docs/images/desktop.png]]
Present a dashboard when first launching Emacs.
#+begin_src emacs-lisp

1
modules/core.el

@ -39,6 +39,7 @@
:custom (org-ellipsis "")
(org-log-done 'time)
(org-log-into-drawer t)
(org-image-actual-width nil)
(org-directory dotfiles/home)
(org-src-preserve-indentation t)
:config (require 'org-tempo)

Loading…
Cancel
Save