dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a6e2552b1929180542a34bd874a54953999d2be9
parent 6439fd0030b929a23bbce5de02e93ccfef2e19c5
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 10 Jun 2017 18:26:16 +0300

Change whitespaces in code layout

Diffstat:
Mdotfiles.org | 19+++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dotfiles.org b/dotfiles.org @@ -21,9 +21,9 @@ You might find mirrors in the following addresses: if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors if [[ $? == 0 ]]; then - eval "$(dircolors -b ~/.dircolors)"; + eval "$(dircolors -b ~/.dircolors)"; else - eval "$(dircolors -b)" + eval "$(dircolors -b)" fi alias ls='ls --color=auto' #alias dir='dir --color=auto' @@ -94,7 +94,6 @@ You might find mirrors in the following addresses: fi ppgrep $QUERY | xargs kill $* } - #+END_SRC **** bashrc @@ -109,7 +108,7 @@ You might find mirrors in the following addresses: # If not running interactively, don't do anything case $- in ,*i*) ;; - ,*) return;; + ,*) return;; esac # don't put duplicate lines or lines starting with space in the history. @@ -512,12 +511,12 @@ A list of all agenda files. dbus <- D.connectSession -- getWellKnownName dbus xmonad $ ewmh defaultConfig - { handleEventHook = myHandleEventHook - , layoutHook = myLayoutHook - , logHook = myLogHook - , modMask = mod4Mask - , startupHook = myStartupHook - } `additionalKeys` myAdditionalKeys + { handleEventHook = myHandleEventHook + , layoutHook = myLayoutHook + , logHook = myLogHook + , modMask = mod4Mask + , startupHook = myStartupHook + } `additionalKeys` myAdditionalKeys #+end_src *** redshift