Skip to content

Commit

Permalink
removed unused files, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Menard committed Nov 17, 2014
1 parent 183dd0c commit fd390fa
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 169 deletions.
4 changes: 1 addition & 3 deletions bootstrap-init.el
Expand Up @@ -31,6 +31,4 @@ this function."
(add-to-list 'load-path *my-emacs-lib-dir* t) ; add to end of load path
(load-init-if-exists domain machine "before")
(load-library "emacs")
(load-init-if-exists domain machine "after")
(setq bookmark-default-file
(bootstrap-file domain machine "emacs.bmk")))
(load-init-if-exists domain machine "after"))
1 change: 0 additions & 1 deletion bootstrap/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions bootstrap/nrelate/server/after.el

This file was deleted.

31 changes: 0 additions & 31 deletions bootstrap/nrelate/server/before.el

This file was deleted.

4 changes: 0 additions & 4 deletions bootstrap/nrelate/server/dot_emacs

This file was deleted.

84 changes: 0 additions & 84 deletions bootstrap/nrelate/widget/after.el

This file was deleted.

29 changes: 0 additions & 29 deletions bootstrap/nrelate/widget/before.el

This file was deleted.

4 changes: 0 additions & 4 deletions bootstrap/nrelate/widget/dot_emacs

This file was deleted.

2 changes: 1 addition & 1 deletion emacs.el
Expand Up @@ -89,7 +89,7 @@
(transient-mark-mode -1)
(setq confirm-nonexistent-file-or-buffer nil))

(setq bookmark-save-flag 1) ; see bootstrap-ini for loc of file
(setq save-flag 1) ; see bootstrap-ini for loc of file
(setq sentence-end-double-space nil)
(turn-on-auto-fill)
(auto-fill-mode 1)
Expand Down

0 comments on commit fd390fa

Please sign in to comment.