idk i just added hl-line-mode and added default erc server
This commit is contained in:
parent
07cd0d2744
commit
82b5995265
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ config.el
|
|||
smex-items
|
||||
recentf
|
||||
transient
|
||||
ido.last
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(setq name "qorg11")
|
||||
(setq email "qorg@vxempire.xyz")
|
||||
(setq website "qorg11.net")
|
||||
#+END_SRC
|
||||
** Dependencies
|
||||
The only no emacs related dependence in this configuration is the
|
||||
|
@ -217,12 +218,14 @@ Including indent-buffer, which should not be called automatically on save."
|
|||
:ensure t
|
||||
:config
|
||||
(load-theme 'humanoid-dark t))
|
||||
(hl-line-mode)
|
||||
#+END_SRC
|
||||
|
||||
** erc
|
||||
Emacs Irc Client, better than irssi and weechat.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq erc-nick name)
|
||||
(setq erc-server website)
|
||||
#+END_SRC
|
||||
** AucTeX
|
||||
This basically opens zathura when compiling with auctex (C-c C-a)
|
||||
|
|
2
init.el
2
init.el
|
@ -9,7 +9,7 @@
|
|||
("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default)))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(sudo-edit swiper solarized-theme 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))))
|
||||
(go-mode sudo-edit swiper solarized-theme 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 was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Add table
Reference in a new issue