From 5c6cd059e8395d7f24d4b199e59c8c2f562dc438 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 21:21:21 +0100 Subject: New stow hierarchy --- .pentadactyl/Makefile | 4 -- .pentadactyl/plugins/Makefile | 4 -- .pentadactyl/plugins/emacs.penta | 98 ---------------------------------------- 3 files changed, 106 deletions(-) delete mode 100644 .pentadactyl/Makefile delete mode 100644 .pentadactyl/plugins/Makefile delete mode 100644 .pentadactyl/plugins/emacs.penta (limited to '.pentadactyl') diff --git a/.pentadactyl/Makefile b/.pentadactyl/Makefile deleted file mode 100644 index 6c3ac5c..0000000 --- a/.pentadactyl/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIR=.pentadactyl -modules=plugins - -include ../dotfiles.mk diff --git a/.pentadactyl/plugins/Makefile b/.pentadactyl/plugins/Makefile deleted file mode 100644 index badaa01..0000000 --- a/.pentadactyl/plugins/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIR=plugins -objects=emacs.penta - -include ../../dotfiles.mk diff --git a/.pentadactyl/plugins/emacs.penta b/.pentadactyl/plugins/emacs.penta deleted file mode 100644 index e28bce3..0000000 --- a/.pentadactyl/plugins/emacs.penta +++ /dev/null @@ -1,98 +0,0 @@ -set editor=emacsclient -set go=bCs -set hintkeys="arstdhneio" -set stal=never -set titlestring= - -highlight -a Hint text-transform: uppercase - -map -b : -map -b -m base - -map -b -m c -map -b -m c - -map -b -m i -map -b -m i - -map -b -m c,i -map -b -m c,i -map -b -m c,i -map -b -m c,i -map -b -m c,i -map -b -m c,i - -map -b gg -map -b > G -map -b -map -b y - -map -b u -map -b 0 -map -b -map -b $ -map -b -map -b gT -map -b gt -map -b 2j -map -b 2k -map -b ? -map -b / -map -b -map -b Y -map -b P - -map -b ~ ~ -map -b e gF -map -b g gf -map -b h gh -map -b i gi -map -b k d -map -b m ;c -map -b p ;i -map -b r r -map -b R R -map -b u gu - -map -b b -map -b ZZ -map -b t -map -b :restart -map -b gU -map -b O - -map -map -map -map -map -map : -map ~ -map / -map ? -map $ -map 0 -map b -map B -map d -map F -map gg -map gh -map gi -map gU -map G -map i -map j -map k -map o -map O -map p -map P -map q -map r -map t -map u -map w -map y -map Y -map ZZ -- cgit v1.2.3-54-g00ecf