org-mode config and new theme
This commit is contained in:
parent
fbda6ebf26
commit
ccbbd78e3b
2 changed files with 19 additions and 10 deletions
27
config.org
27
config.org
|
@ -27,6 +27,8 @@
|
||||||
** Dependencies
|
** Dependencies
|
||||||
The only no emacs related dependence in this configuration is the
|
The only no emacs related dependence in this configuration is the
|
||||||
IBM Plex Mono font. Install it from your distribution packages.
|
IBM Plex Mono font. Install it from your distribution packages.
|
||||||
|
You can change it before opening Emacs with this configuration for
|
||||||
|
the first time.
|
||||||
* melpa crap, and basic packages installation
|
* melpa crap, and basic packages installation
|
||||||
melpa, where you get the packages. This also installs use-package,
|
melpa, where you get the packages. This also installs use-package,
|
||||||
and other packages I use.
|
and other packages I use.
|
||||||
|
@ -52,6 +54,7 @@
|
||||||
Remember to run M-x all-the-icons-install-fonts after the first
|
Remember to run M-x all-the-icons-install-fonts after the first
|
||||||
init to install the fonts.
|
init to install the fonts.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
|
@ -60,6 +63,9 @@
|
||||||
:ensure t)
|
:ensure t)
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
(use-package which-key
|
||||||
|
:ensure t
|
||||||
|
:init (which-key-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Autoindentation
|
* Autoindentation
|
||||||
C-c n for indent-buffer. I don't use the rest.
|
C-c n for indent-buffer. I don't use the rest.
|
||||||
|
@ -115,7 +121,7 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
|
|
||||||
* customization
|
* customization
|
||||||
Emacs customization, Here is where most of the configuration is.
|
Emacs customization, Here is where most of the configuration is.
|
||||||
** Disable bars font and pandoc export options.
|
** Disable bars font and pandoc export optxions.
|
||||||
Basic customization. I also use smex instead of default M-x. I
|
Basic customization. I also use smex instead of default M-x. I
|
||||||
don't like heml
|
don't like heml
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -123,7 +129,7 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(set-frame-font "IBM Plex Mono 14" nil t)
|
(set-frame-font "IBM Plex Mono 13" nil t)
|
||||||
(load-file "~/.emacs.d/markup.el")
|
(load-file "~/.emacs.d/markup.el")
|
||||||
(use-package smex
|
(use-package smex
|
||||||
:ensure t
|
:ensure t
|
||||||
|
@ -172,12 +178,15 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
:background (face-background 'default))
|
:background (face-background 'default))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** org-mode
|
** org-mode
|
||||||
|
org-mode is a markup language which has a lot of stuff (This config
|
||||||
|
file is written in org-mode.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-bullets
|
(use-package org-bullets
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(add-hook 'org-mode-hook 'org-bullets-mode))
|
(add-hook 'org-mode-hook 'org-bullets-mode))
|
||||||
(setq org-hide-emphasis-markers t)
|
(setq org-hide-emphasis-markers t)
|
||||||
|
(setq org-src-window-setup 'current-window)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Relative lines
|
** Relative lines
|
||||||
|
@ -204,10 +213,10 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** theme
|
** theme
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package zerodark-theme
|
(use-package humanoid-themes
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(load-theme 'zerodark t))
|
(load-theme 'humanoid-dark t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** erc
|
** erc
|
||||||
|
|
2
init.el
2
init.el
|
@ -9,7 +9,7 @@
|
||||||
("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default)))
|
("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default)))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(spacemacs-theme use-package minsk-theme auctex htmlize plan9-theme zencoding-mode wdl-mode visual-fill-column twittering-mode tramp-term tracking tetris ssh srv smiles-mode smex slime seti-theme scheme-complete s rust-mode restclient projectile plsense pdf-tools org-bullets nav-flash mutt-mode multiple-cursors markdown-mode magit ivy-youtube haskell-mode flycheck evil emms diredfl dired-details dashboard cyberpunk-theme button-lock all-the-icons))))
|
(humanoid-themes humanoid-theme laguna-theme which-key spacemacs-theme use-package minsk-theme auctex htmlize plan9-theme zencoding-mode wdl-mode visual-fill-column twittering-mode tramp-term tracking tetris ssh srv smiles-mode smex slime seti-theme scheme-complete s rust-mode restclient projectile plsense pdf-tools org-bullets nav-flash mutt-mode multiple-cursors markdown-mode magit ivy-youtube haskell-mode flycheck evil emms diredfl dired-details dashboard cyberpunk-theme button-lock all-the-icons))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
Loading…
Add table
Reference in a new issue