Minor edits.

This commit is contained in:
Derek Taylor 2020-09-02 23:37:14 -05:00
parent 934d29c709
commit e8ae19d7ad
5 changed files with 19 additions and 13 deletions

View File

@ -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))

View File

@ -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

View File

@ -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)

View File

@ -135,7 +135,7 @@ myTerminal :: String
myTerminal = "alacritty" -- Sets default terminal
myBrowser :: String
myBrowser = "qutebrowser " -- Sets firefox as browser for tree select
myBrowser = "qutebrowser " -- Sets qutebrowser as browser for tree select
-- myBrowser = myTerminal ++ " -e lynx " -- Sets lynx as browser for tree select
myEditor :: String
@ -376,7 +376,7 @@ treeselectAction a = TS.treeselectAction a
, Node (TS.TSNode "Wikipedia" "The free encyclopedia" (spawn (myBrowser ++ "https://www.wikipedia.org/"))) []
]
, Node (TS.TSNode "+ Programming" "programming and scripting" (return ()))
[ Node (TS.TSNode "Bash and Shell Scripting" "shell scripting documentation" (return ()))
[ Node (TS.TSNode "+ Bash and Shell Scripting" "shell scripting documentation" (return ()))
[ Node (TS.TSNode "GNU Bash" "Documentation for bash" (spawn (myBrowser ++ "https://www.gnu.org/software/bash/manual/"))) []
, Node (TS.TSNode "r/bash" "Subreddit for bash" (spawn (myBrowser ++ "https://www.reddit.com/r/bash/"))) []
, Node (TS.TSNode "r/commandline" "Subreddit for the command line" (spawn (myBrowser ++ "https://www.reddit.com/r/commandline/"))) []
@ -404,6 +404,7 @@ treeselectAction a = TS.treeselectAction a
, Node (TS.TSNode "r/Vim" "Subreddit for vim" (spawn (myBrowser ++ "https://www.reddit.com/r/vim/"))) []
, Node (TS.TSNode "Vi/m StackExchange" "Vi/m related questions" (spawn (myBrowser ++ "https://vi.stackexchange.com/"))) []
]
, Node (TS.TSNode "My Start Page" "Custom start page for browser" (spawn (myBrowser ++ "file:///home/dt/.surf/html/homepage.html"))) []
]
, Node (TS.TSNode "+ Config Files" "config files that edit often" (return ()))
[ Node (TS.TSNode "+ emacs configs" "My xmonad config files" (return ()))

View File

@ -82,7 +82,7 @@ myTerminal :: String
myTerminal = "alacritty" -- Sets default terminal
myBrowser :: String
myBrowser = "qutebrowser " -- Sets firefox as browser for tree select
myBrowser = "qutebrowser " -- Sets qutebrowser as browser for tree select
-- myBrowser = myTerminal ++ " -e lynx " -- Sets lynx as browser for tree select
myEditor :: String
@ -303,7 +303,7 @@ treeselectAction a = TS.treeselectAction a
, Node (TS.TSNode "Wikipedia" "The free encyclopedia" (spawn (myBrowser ++ "https://www.wikipedia.org/"))) []
]
, Node (TS.TSNode "+ Programming" "programming and scripting" (return ()))
[ Node (TS.TSNode "Bash and Shell Scripting" "shell scripting documentation" (return ()))
[ Node (TS.TSNode "+ Bash and Shell Scripting" "shell scripting documentation" (return ()))
[ Node (TS.TSNode "GNU Bash" "Documentation for bash" (spawn (myBrowser ++ "https://www.gnu.org/software/bash/manual/"))) []
, Node (TS.TSNode "r/bash" "Subreddit for bash" (spawn (myBrowser ++ "https://www.reddit.com/r/bash/"))) []
, Node (TS.TSNode "r/commandline" "Subreddit for the command line" (spawn (myBrowser ++ "https://www.reddit.com/r/commandline/"))) []
@ -331,6 +331,7 @@ treeselectAction a = TS.treeselectAction a
, Node (TS.TSNode "r/Vim" "Subreddit for vim" (spawn (myBrowser ++ "https://www.reddit.com/r/vim/"))) []
, Node (TS.TSNode "Vi/m StackExchange" "Vi/m related questions" (spawn (myBrowser ++ "https://vi.stackexchange.com/"))) []
]
, Node (TS.TSNode "My Start Page" "Custom start page for browser" (spawn (myBrowser ++ "file:///home/dt/.surf/html/homepage.html"))) []
]
, Node (TS.TSNode "+ Config Files" "config files that edit often" (return ()))
[ Node (TS.TSNode "+ emacs configs" "My xmonad config files" (return ()))