From a7187703312c12d40352eb11ab82623b92b131c4 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Sun, 5 Jun 2016 23:46:54 -0700 Subject: [PATCH] Transitioned from xterm to URxvt and tinkered with the spacemacs config --- .Xresources | 36 ++++++++++++++++++++++++++++++++++++ .spacemacs | 23 ++++++++--------------- Xresources | 42 ------------------------------------------ 3 files changed, 44 insertions(+), 57 deletions(-) create mode 100644 .Xresources delete mode 100644 Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..babfa0c --- /dev/null +++ b/.Xresources @@ -0,0 +1,36 @@ +!!!!!!Setup env.!!!!!! +URxvt.*foreground: #FFFFFF +URxvt.*background: #262626 +URxvt.*cursorBlink: true +URxvt.*utf8: 2 +URxvt.*eightBitInput: true +URxvt.e*eightBitControl: false +URxvt.*eightBitOutput: true +Xft.antialias: true + +!!!!!!Font!!!!!! +URxvt.font: xft:sourcecodepro:size=10 + +!!!!!!tango color scheme!!!!!! +URxvt.*color0: #1e1e1e +URxvt.*color1: #cc0000 +URxvt.*color2: #4e9a06 +URxvt.*color3: #c4a000 +URxvt.*color4: #3465a4 +URxvt.*color5: #75507b +URxvt.*color6: #0b939b +URxvt.*color7: #d3d7cf +URxvt.*color8: #555753 +URxvt.*color9: #ef2929 +URxvt.*color10: #8ae234 +URxvt.*color11: #fce94f +URxvt.*color12: #729fcf +URxvt.*color13: #ad7fa8 +URxvt.*color14: #00f5e9 +URxvt.*color15: #eeeeec + +! Render setting for cairo -> pango -> gtk + Xft.dpi: 96 + Xft.hinting: true + Xft.rgba: rgb + Xft.hintstyle: hintslight diff --git a/.spacemacs b/.spacemacs index 0909a99..4c033dc 100644 --- a/.spacemacs +++ b/.spacemacs @@ -23,8 +23,6 @@ values." ;; Uncomment some layer names and press (Vim style) or ;; (Emacs style) to install them. ;; ---------------------------------------------------------------- - ;; auto-completion - ;; better-defaults emacs-lisp git github @@ -38,15 +36,15 @@ values." version-control react javascript - osx - ;; company-mode + company-mode spotify emoji autocompletion colors better-defaults - mu4e shell + haskell + rcirc ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these @@ -57,15 +55,14 @@ values." ac-js2 tern-auto-complete git-gutter+ - circe evil-smartparens dockerfile-mode yaml-mode + nix-mode ) ;; A list of packages and/or extensions that will not be install and loaded. dotspacemacs-excluded-packages '( company - aggressive-indent-mode ) ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that ;; are declared in a layer which is not a member of @@ -272,6 +269,10 @@ before packages are loaded. If you are unsure, you should try in setting them in (setq projectile-switch-project-action 'neotree-projectile-action) (setq neo-smart-open t) (setq-default git-magit-status-fullscreen t) + (setq rcirc-server-alist + '(("irc.freenode.net" + :port "1337" + :channels ("#spacemacs" "#emacs" "nixos")))) (setq js2-strict-trailing-comma-warning nil) (setq-default indent-tabs-mode nil) (setq-default tab-width 2) @@ -285,14 +286,6 @@ before packages are loaded. If you are unsure, you should try in setting them in web-mode-code-indent-offset 2 web-mode-attr-indent-offset 2) (setq projectile-enable-caching t) - (setq circe-network-options - '(("Gitter" - :host "irc.gitter.im" - :port 6697 - :tls t - :nick "gigavinyl" - :nickserv-password "409b940f62bd71f468ea31f8dbc2927f22bdd8d3" - :channels ("#/syl20bnr/spacemacs")))) ) (defun dotspacemacs/user-config () diff --git a/Xresources b/Xresources deleted file mode 100644 index a9cbd62..0000000 --- a/Xresources +++ /dev/null @@ -1,42 +0,0 @@ -!!!!!!Setup env.!!!!!! -xterm*loginShell: true -xterm*foreground: #FFFFFF -xterm*background: #262626 -xterm*cursorBlink: true -xterm*utf8: 2 -xterm*eightBitInput: true -xtere*eightBitControl: false -xterm*eightBitOutput: true -Xft.antialias: true - -!!!!!!Font!!!!!! -xterm*renderFont: true -xterm*faceName: DejaVuSansMonoBook -xterm*faceNameDoublesize: DejaVuSansMonoBook -xterm*wideChars: true -xterm*wideFont: DejaVuSansMonoBook -xterm*faceSize: 10 - -!!!!!!tango color scheme!!!!!! -xterm*color0: #1e1e1e -xterm*color1: #cc0000 -xterm*color2: #4e9a06 -xterm*color3: #c4a000 -xterm*color4: #3465a4 -xterm*color5: #75507b -xterm*color6: #0b939b -xterm*color7: #d3d7cf -xterm*color8: #555753 -xterm*color9: #ef2929 -xterm*color10: #8ae234 -xterm*color11: #fce94f -xterm*color12: #729fcf -xterm*color13: #ad7fa8 -xterm*color14: #00f5e9 -xterm*color15: #eeeeec - -! Render setting for cairo -> pango -> gtk - Xft.dpi: 96 - Xft.hinting: true - Xft.rgba: rgb - Xft.hintstyle: hintslight