46 Commits

Author SHA1 Message Date
Jonas Bernoulli
b0d6922f41 Update 4 drones
Update borg   to v0.2.0-19-ga05b9bf
Update closql to v0.3.2-1-g8b063e7
Update epkg   to v2.0.0-6-gc11c370
Update magit  to  2.8.0-216-g81a8dd3
2016-11-30 20:05:48 +01:00
Jonas Bernoulli
9b29a94b8d Update urls of borg, closql and epkg 2016-11-30 20:05:42 +01:00
Jonas Bernoulli
cf83e920b6 Emacsg: use bin/bootstrap script
`make bootstrap' now uses this script.  If that part of the bootstrap
process fails, then you can also run it manually.  See the commentary
at the beginning of the script for usage instructions.
2016-11-28 19:24:37 +01:00
Jonas Bernoulli
d079306f51 Emacsg: add bin/borg-bootstrap script
See the commentary at the beginning of the script for usage
instructions.  Starting with the next commit `make bootstrap'
will use it.
2016-11-28 19:24:26 +01:00
Jonas Bernoulli
98b6613d11 Emacsg: explicitly specify target when calling make recursively 2016-11-28 19:09:34 +01:00
Jonas Bernoulli
01da6340cd Emacsg: suppress certain byte-compile warnings
Suppress warnings about `defgeneric' and `defmethod' being obsolete.
Compiling the drone `emacsql' results in many such warnings, which
distract from other potential warnings, which actually should be
addressed.  Because `emacsql' wants to stay compatible with Emacsen
before v25.1 it cannot switch to `cl-defgeneric' and `cl-defmethod'
and I don't want to see warnings about that for the next few years.

Also direct all of Emacs' stderr to stdout because `message' prints
to stderr instead of stdout).
2016-11-28 19:09:32 +01:00
Jonas Bernoulli
dd13e1db75 text-mode: fix configuration 2016-11-28 18:33:06 +01:00
Jonas Bernoulli
f8f9626d15 Update 6 drones
Update borg        to v0.2.0-18-g9573646
Update closql      to v0.3.2
Update dash        to  2.13.0-19-g958e3fb
Update epkg        to v2.0.0-5-g3256cac
Update magit       to  2.8.0-204-gf7b7cea
Update with-editor to v2.5.8
2016-11-28 18:33:03 +01:00
Jonas Bernoulli
dafb942601 Update drones
Update borg        to v0.2.0
Update closql      to v0.3.1-2-g1245d82
Update dash        to  2.13.0-5-gd4bccfe
Update diff-hl     to  1.8.4-7-gc476e40
Update emacsql     to  2.0.2
Update epkg        to v2.0.0
Update magit       to  2.8.0-144-g4aeaea1
Update use-package to  2.3-8-gc7adfdd
Update with-editor to v2.5.7-1-gb2d9d6b
2016-11-05 01:44:29 +01:00
Jonas Bernoulli
cc34c30c25 Update urls of borg, closql and epkg 2016-11-05 01:43:25 +01:00
Jonas Bernoulli
58f39443fa Update drones
Update borg        to v0.1.6
Update diff-hl     to  1.8.4-2-g0c8bf49
Update magit       to  2.8.0-122-gc1d31c8
Update with-editor to v2.5.7
2016-10-15 14:30:22 +02:00
Jonas Bernoulli
e351df0e1e Update drones
Update borg        to v0.1.5
Update dash        to  2.13.0-3-g2996a0d
Update magit       to  2.8.0-61-ga49dfe1
Update use-package to  2.2-13-gca736c3
Update with-editor to v2.5.6
2016-10-05 13:13:06 +02:00
Jonas Bernoulli
03956192b7 Update drones
Update magit       to 2.8.0-6-g8fe8784
Update with-editor to v2.5.3
2016-09-02 23:14:04 +02:00
Jonas Bernoulli
53835d7e0b Update drones
Update borg   to v0.1.3
Update closql to v0.2.0
2016-09-02 21:50:56 +02:00
Jonas Bernoulli
0c80982dad Update borg to v0.1.3 2016-09-01 23:14:08 +02:00
Jonas Bernoulli
3b8dd77f00 Update drones
Update auto-compile to  1.3.2
Update borg         to v0.1.2
Update dash         to  2.13.0-2-gf1c60c4
Update diff-hl      to  1.8.4-1-gf8ce39d
Update emacsql      to  2.0.1-3-g3176aee
Update git-modes    to  1.2.3
Update magit        to  2.8.0-5-gec81268
Update packed       to  1.0.0
Update use-package  to  2.2-9-g3f6ba1b
Update with-editor  to v2.5.2
2016-08-28 15:03:12 +02:00
Jonas Bernoulli
86d3ae17bf Update borg to v0.1.1 2016-05-18 17:31:03 +02:00
Jonas Bernoulli
b609a8ffd3 Makefile: fix bootstrap target 2016-05-18 17:30:26 +02:00
Jonas Bernoulli
f08084b363 lisp-interaction-mode: indent using spaces
Many users set `indent-tabs-mode' global value to nil.  And I agree with
those users, this should have been the default.  But the reality is that
it isn't the default.

If you change the default locally, then your default is different from
the "default default", which is a problem because most files that were
authored by people who prefer to use tabs do NOT explicitly set the
file local value to t, because that doing so would (theoretically) be
redundant.

If you do set `indent-tabs-mode' to nil despite this, then you will end
up using spaces for indentation in files whose author decided to use
tabs.  What I do instead is to set the file-/buffer-local value for all
files whose author I am.  That's a bit inconvenient, but if I didn't do
that then I would have to check every contributions for tabs.
2016-05-17 18:46:00 +02:00
Jonas Bernoulli
34217222ed emacs-lisp-mode: enable outline-minor-mode and reveal-mode 2016-05-17 18:45:00 +02:00
Jonas Bernoulli
73d93703ce text-mode: indicate buffer boundaries 2016-05-17 18:44:00 +02:00
Jonas Bernoulli
bd04355f42 prog-mode: indicate buffer boundaries 2016-05-17 18:43:00 +02:00
Jonas Bernoulli
9e138065d8 isearch: allow scrolling while searching 2016-05-17 18:42:00 +02:00
Jonas Bernoulli
cb40ab046b man: limit line width 2016-05-17 18:41:00 +02:00
Jonas Bernoulli
6aba44db51 dired: show human-readable file sizes 2016-05-17 18:40:00 +02:00
Jonas Bernoulli
d8006b663e tramp: configure root-over-ssh proxy 2016-05-17 18:39:00 +02:00
Jonas Bernoulli
8e4b9e1d77 recentf: exclude tramp paths 2016-05-17 18:38:00 +02:00
Jonas Bernoulli
dec42814ff Enable global column-number-mode 2016-05-17 18:37:00 +02:00
Jonas Bernoulli
fabbd0cab4 Enable global temp-buffer-resize-mode 2016-05-17 18:36:00 +02:00
Jonas Bernoulli
93d224e36c Enable global-prettify-symbols-mode 2016-05-17 18:35:00 +02:00
Jonas Bernoulli
a6422fea56 Enable global show-paren-mode 2016-05-17 18:34:00 +02:00
Jonas Bernoulli
609a2e4940 Enable global-eldoc-mode 2016-05-17 18:33:00 +02:00
Jonas Bernoulli
8459a87b60 Enable global save-place-mode 2016-05-17 18:32:00 +02:00
Jonas Bernoulli
ef6c3fdd30 Enable global savehist-mode 2016-05-17 18:31:00 +02:00
Jonas Bernoulli
774dc42d8f Enable global server-mode
Provided the default server isn't already running in another Emacs
instance, start it in this instance.
2016-05-17 18:30:00 +02:00
Jonas Bernoulli
416e225649 Disable global scroll-bar-mode 2016-05-17 18:29:00 +02:00
Jonas Bernoulli
2c9523d9d4 Disable global tool-bar-mode 2016-05-17 18:28:00 +02:00
Jonas Bernoulli
9749d096e5 Disable global menu-bar-mode 2016-05-17 18:27:00 +02:00
Jonas Bernoulli
080a2fee28 Assimilate diff-hl 1.8.3-3-g4bfa149 2016-05-17 18:26:00 +02:00
Jonas Bernoulli
1cd4fb9e6e Assimilate git-modes 1.2.2 2016-05-17 18:25:00 +02:00
Jonas Bernoulli
5b6cc0c12f Assimilate auto-compile and dependencies
Assimilate auto-compile 1.3.1
Assimilate packed       0.5.3
2016-05-17 18:24:00 +02:00
Jonas Bernoulli
3cbf0e2061 Assimilate magit and dependencies
Assimilate magit        2.6.2-68-g97972fb
Assimilate with-editor v2.5.1
2016-05-17 18:23:00 +02:00
Jonas Bernoulli
b84f6d64c6 Assimilate epkg and dependencies
Assimilate closql   v0.1.0
Assimilate emacsql   2.0.1-1-g3042597
Assimilate epkg     v1.0.1
Assimilate finalize  1.0.0-1-g9ac589c
2016-05-17 18:22:00 +02:00
Jonas Bernoulli
c7ea45aa93 Assimilate dash 2.12.1-15-g6d8abc7 2016-05-17 18:21:00 +02:00
Jonas Bernoulli
313aa080f8 Assimilate use-package 2.1-57-g22c63c8 2016-05-17 18:20:00 +02:00
Jonas Bernoulli
63b40497fc Assimilate borg v0.1.0 2016-05-17 18:19:00 +02:00