From 82b5995265723effb557d684ab6c34dccda431a0 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Mon, 8 Jun 2020 17:13:20 +0200 Subject: [PATCH] idk i just added hl-line-mode and added default erc server --- .gitignore | 1 + config.org | 3 +++ init.el | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74975d4..5338d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ config.el smex-items recentf transient +ido.last diff --git a/config.org b/config.org index a88fa83..23ace20 100644 --- a/config.org +++ b/config.org @@ -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) diff --git a/init.el b/init.el index b77e3b0..4f116cf 100644 --- a/init.el +++ b/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.