idk i just added hl-line-mode and added default erc server

This commit is contained in:
qorg11 2020-06-08 17:13:20 +02:00
parent 07cd0d2744
commit 82b5995265
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ config.el
smex-items smex-items
recentf recentf
transient transient
ido.last

View file

@ -23,6 +23,7 @@
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq name "qorg11") (setq name "qorg11")
(setq email "qorg@vxempire.xyz") (setq email "qorg@vxempire.xyz")
(setq website "qorg11.net")
#+END_SRC #+END_SRC
** Dependencies ** Dependencies
The only no emacs related dependence in this configuration is the 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 :ensure t
:config :config
(load-theme 'humanoid-dark t)) (load-theme 'humanoid-dark t))
(hl-line-mode)
#+END_SRC #+END_SRC
** erc ** erc
Emacs Irc Client, better than irssi and weechat. Emacs Irc Client, better than irssi and weechat.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq erc-nick name) (setq erc-nick name)
(setq erc-server website)
#+END_SRC #+END_SRC
** AucTeX ** AucTeX
This basically opens zathura when compiling with auctex (C-c C-a) This basically opens zathura when compiling with auctex (C-c C-a)

View file

@ -9,7 +9,7 @@
("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default))) ("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default)))
'(package-selected-packages '(package-selected-packages
(quote (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
;; 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.