Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
fd102e0e6e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      bashrc
  2. +1
    -1
      emacs.el

+ 2
- 2
bashrc View File

@@ -62,7 +62,7 @@ fi
#######################

uname -a
echo TERM $TERM on $(tty), running $BASH $BASH_VERSION
echo TERM $TERM connected to $(tty), running $BASH $BASH_VERSION
echo

###################################
@@ -450,7 +450,7 @@ __my_set_title(){
esac
}

# from https://wiki.archlinux.org/index.php/X_resources
# copied from https://wiki.archlinux.org/index.php/X_resources
invader(){
# ANSI color scheme script featuring Space Invaders
#


+ 1
- 1
emacs.el View File

@@ -231,7 +231,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
))
(setq display-time-interval 29)
(setq display-time-day-and-date t)
(setq display-time-format "%a, %-d %b %Y %T")
(setq display-time-format "%a, %d %b %Y %T")
(if window-system
(display-time-mode 0)
(display-time-mode 1))


Loading…
Cancel
Save