mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 01:51:15 +10:00
Minor edits.
This commit is contained in:
+5
-1
@@ -4,6 +4,8 @@
|
||||
(setq doom-theme 'doom-palenight)
|
||||
|
||||
(setq org-directory "~/Documents/org/")
|
||||
(require 'org-bullets)
|
||||
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
||||
|
||||
(setq display-line-numbers-type t)
|
||||
(global-set-key "\C-x\ t" 'toggle-truncate-lines)
|
||||
@@ -66,7 +68,9 @@
|
||||
smtpmail-smtp-server "smtp.1and1.com"
|
||||
smtpmail-smtp-service 587)
|
||||
|
||||
(setq mastodon-instance-url "https://mastodon.technology")
|
||||
(use-package mastodon
|
||||
:ensure t)
|
||||
(setq mastodon-instance-url "https://mastodon.technology/")
|
||||
|
||||
(setq md4rd-subs-active '(archlinux commandline DistroTube DoomEmacs emacs freesoftware lbry linux linux4noobs linuxmasterrace linnuxquestions orgmode qutebrowser suckless Ubuntu unixporn UsabilityPorn vim xmonad))
|
||||
|
||||
|
||||
+5
-4
@@ -27,6 +27,8 @@ font string. You generally only need these two:
|
||||
** ORG MODE
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-directory "~/Documents/org/")
|
||||
(require 'org-bullets)
|
||||
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
||||
#+END_SRC
|
||||
|
||||
** LINE SETTINGS
|
||||
@@ -56,9 +58,6 @@ Force splits to open on the right
|
||||
(add-hook 'markdown-mode-hook 'prefer-horizontal-split)
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
| prefer-horizontal-split | evil-markdown-mode | doom--enable-+lua-love-mode-in-markdown-mode-h | doom--enable-+javascript-npm-mode-in-markdown-mode-h |
|
||||
|
||||
** FILE MANAGER (dired)
|
||||
Image previews in dired
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@@ -125,7 +124,9 @@ Image previews in dired
|
||||
|
||||
** MASTODON CLIENT (mastodon)
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq mastodon-instance-url "https://mastodon.technology")
|
||||
(use-package mastodon
|
||||
:ensure t)
|
||||
(setq mastodon-instance-url "https://mastodon.technology/")
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
||||
+3
-4
@@ -49,15 +49,14 @@
|
||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||
;(unpin! t)
|
||||
(package! exwm)
|
||||
(package! mastodon)
|
||||
(package! emms)
|
||||
(package! emojify)
|
||||
(package! elfeed)
|
||||
(package! mastodon)
|
||||
(package! md4rd)
|
||||
(package! org-bullets)
|
||||
(package! peep-dired)
|
||||
(package! tldr)
|
||||
(package! treemacs)
|
||||
(package! md4rd)
|
||||
(package! muse)
|
||||
(package! wc-mode)
|
||||
(package! writegood-mode)
|
||||
(package! writeroom-mode)
|
||||
|
||||
Reference in New Issue
Block a user