elpasync pushed a change to branch externals/org.
from 01877f4 org-compat: Fix org-directory-empty-p
new 31c07bd oc: rx compatibility with Emacs < 27.1
new 26d1711 oc: Add missing `require'
new 100641b oc-biblatex: Refactor code to simplify byte-compilation
branch: externals/org
commit 490eba3a423b4031cfc66915fe1e77f6b8391faf
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Remove spurious `provide'
Provide only features matching file names.
---
lisp/oc-basic.el| 1 -
lisp/oc-biblatex.el | 1 -
lisp/oc-csl.el | 3 +--
lisp/oc-
branch: externals/org
commit 733623761d6cdb078f05060816075596487e4277
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
oc-basic: Pacify byte-compilator
* lisp/oc-basic.el (org-cite-basic--parse-bibliography): Use
`org-buffer-hash' instead of `buffer-hash' since Org supports Emacs
branch: externals/org
commit 31c07bd3bd900984de2bc0486673a1f0d5b402ab
Author: Max Nikulin
Commit: Nicolas Goaziou
oc: rx compatibility with Emacs < 27.1
* lisp/oc.el (org-cite-adjust-note):
* lisp/oc-basic.el (org-cite-basic-goto):
* lisp/oc-biblatex.el (org-cite-biblatex-pr
branch: externals/org
commit 100641bc5a7df388f0880092856720b7d9ac5ff1
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
oc-biblatex: Refactor code to simplify byte-compilation
* lisp/oc-biblatex.el (org-cite-biblatex-export-citation): Refactor
code.
Reported-by: Maxim Nik
branch: externals/org
commit 26d1711167011b127d501139eaade6e9a18a89c6
Author: Max Nikulin
Commit: Nicolas Goaziou
oc: Add missing `require'
* lisp/oc.el:
* lisp/oc-basic.el: Add some `require' to avoid compile warnings.
---
lisp/oc-basic.el | 3 +++
lisp/oc.el | 1 +
2 fi
ware Foundation, Inc.
+;; Copyright (C) 2012,2015,2018,2019,2020,2021 Free Software Foundation, Inc.
;;
;; This file is part of GNU eev.
;;
@@ -19,7 +19,7 @@
;;
;; Author: Eduardo Ochs
;; Maintainer: Eduardo Ochs
-;; Version:20210808
+;; Version:20210811
;; Keywords: e-scripts
;
branch: externals/org
commit e7454ceb79a51de8e79492fc30a1f4e2ab3414bd
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
oc: Call select-style function with a citation argument
* lisp/oc.el (org-cite--keys-to-citation): New function.
(org-cite-make-insert-processor): Use new functi
branch: main
commit b76c0eb148ff64eb8f7cac91277c76030f058bc9
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (crux, guru-mode, inf-clojure, projectile, rubocop): New
pkgs
---
elpa-packages | 14 ++
1 file changed, 14 insertions(+)
diff --git a/elpa-packages b/elp
elpasync pushed a change to branch elpa/crux.
at 6bfd212 Update my e-mail
This branch includes the following new commits:
new 12c4901 Initial commit
new 8666ae8 Fix a docstring
new 61bf2bd Code style
new ae602a8 Use lexical scoping
new b
branch: elpa/crux
commit db47b78119775a644bdce46dd6796b9ef44da4b3
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Don't promote the default keybindings
---
README.md | 53 +++--
1 file changed, 23 insertions(+), 30 deletions(-)
diff --git a/R
branch: elpa/crux
commit 8666ae8835e1f661d61bba8dc398f7bed468ed02
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix a docstring
---
crux.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/crux.el b/crux.el
index 95b299a..54e88b2 100644
--- a/crux.el
+++ b/crux.el
branch: elpa/crux
commit 12c4901d85813a5308767fda5d46507e7ce68078
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Initial commit
---
README.md | 85 ++
crux.el | 373 ++
2 files changed, 458 insertions(+)
diff --git
branch: elpa/crux
commit ae602a85e7b39186e3af80e139c523476c057af2
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Use lexical scoping
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 2c861e0..019a373 100644
--- a/crux.el
+++ b/crux.el
@
branch: elpa/crux
commit 93304680ec4beea168651399b622e1ee4bff05aa
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add missing crux-shell defcustom
---
crux.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/crux.el b/crux.el
index c7b60db..8a13173 100644
--- a/crux.el
+++ b/crux.el
branch: elpa/crux
commit 3088be246ee18c5dccaf70afbf6f33a137654639
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add a way to make commands operate on either a region or a buffer
---
README.md | 15 +++
crux.el | 11 +++
2 files changed, 26 insertions(+)
diff --git a
branch: elpa/crux
commit b5eac2ab85772b9102740354656fb96837ed5100
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Code style
---
crux.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crux.el b/crux.el
index 01f60e8..64120f6 100644
--- a/crux.el
+++ b/crux.el
@@ -21
branch: elpa/crux
commit c8ad7c1720f282a692a9878d744d2d6d5cd5962c
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix the interactive spec for crux-find-user-init-file
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 8a13173..b0695e9 10
branch: elpa/crux
commit b07b31ae6f8731534b490f706c2dc2f5feb27a7a
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Move a function around
---
crux.el | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/crux.el b/crux.el
index 019a373..7ee47b2 100644
-
branch: elpa/crux
commit 7d4e425af79c5756c243f74e86884680e671c2e1
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add some example keybinding code
---
README.md | 11 +++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 3eecb43..e1274c7 100644
--- a/README.
branch: elpa/crux
commit 51d4240b3697708bc9a11b349fd41bec5e510c43
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add missing space
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index dfe79da..01f60e8 100644
--- a/crux.el
+++ b/crux.el
@@
branch: elpa/crux
commit 16eb56d04a6496a6f140c6e64bb877e03e9d7237
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Kill crux-setup-default-keybindings
As requested by @purcell.
---
crux.el | 31 ---
1 file changed, 31 deletions(-)
diff --git a/crux.el b/
branch: elpa/crux
commit 61bf2bd57273e4fe63f4d31c8ad4242cac88e03c
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Code style
---
crux.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 54e88b2..2c861e0 100644
--- a/crux.el
+++ b/crux.el
@@ -255,
branch: elpa/crux
commit 66f429202a72ca406fdb94b6fb98ebcac63c19c5
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Code style
---
crux.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/crux.el b/crux.el
index 7ee47b2..dfe79da 100644
--- a/crux.el
+++ b/crux.el
@@ -325,
branch: elpa/crux
commit d2643ae98098fab91dec989057e2cf5a5dd27619
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add crux-ispell-word-then-abbrev
Borrowed from @Malabarba. More info -
http://endlessparentheses.com/ispell-and-abbrev-the-perfect-auto-correct.html.
---
README.md
branch: elpa/crux
commit c1742477cf4e6aa0d9d78f29b52416224ca20a55
Author: Mark Simpson
Commit: Mark Simpson
Change crux-kill-like-backward to crux-kill-line-backward
Surely that was a typo?
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/cr
branch: elpa/crux
commit e2124c8e1acdcb6bbd11c2fb54d528d10d9874ad
Merge: 66954bf c174247
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #6 from verdammelt/patch-1
Change crux-kill-like-backward to crux-kill-line-backward
---
crux.el | 2 +-
1 file changed, 1 ins
branch: elpa/crux
commit e6e3221f9f0a39945ae949266904369a9cbf4443
Author: justin talbott
Commit: justin talbott
Fix crux-*-file-and-buffer commands inconsistencies and alias the inverse
`(crux-rename-file-and-buffer)` was incorrectly labeled in the README
so I updated the name a
branch: elpa/crux
commit 0f04d98f50c55a13ca341923cd38fdfbe71c4464
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix unbound var reference
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index d099438..c7b60db 100644
--- a/crux.el
+++ b/cru
branch: elpa/crux
commit 4c907626d39f6c513ba2304cff4a73868520f314
Author: justin talbott
Commit: justin talbott
Add complementary `with-region-or-line` & `with-region-or-point-to-eol`
---
README.md | 22 --
crux.el | 16
2 files changed, 36 insertions(
branch: elpa/crux
commit aafcf48fe9c5ec381ef5552e645dc8048e992249
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Introduce some customization options
---
crux.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/crux.el b/crux.el
index 64120f6..67d450d 100644
--- a/crux.el
+
branch: elpa/crux
commit 86cabce06b9d6dddab67558824af631a60a7cbc6
Merge: 3c14b4a e6e3221
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #10 from waymondo/file-and-buffer-naming-conventions
Fix file-and-buffer commands inconsistencies
---
crux.el | 6 +-
1 fi
branch: elpa/crux
commit 5ee7dc91e835fa36a192719ce011d28595dd8ee4
Author: Jiege Chen
Commit: Jiege Chen
Require tramp for `tramp-tramp-file-p`
---
crux.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/crux.el b/crux.el
index 244344a..f7c1ec8 100644
--- a/crux.el
+++ b/crux.el
@@ -36,6
branch: elpa/crux
commit 300971387965355f6ae87b7c9be9e0b861c40def
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Update the copyright
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index b0695e9..3de5450 100644
--- a/crux.el
+++ b/crux.el
branch: elpa/crux
commit 1e591c5a1ecfa99fcd67105a58b2e7d782abf969
Merge: 3042f6f 79e500e
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #16 from jiegec/master
Add multiple choice with completion for shell init files
---
crux.el | 46 +
branch: elpa/crux
commit e6c742122606a748690093a0c29b257c17890d4c
Author: Charles Comstock
Commit: Charles Comstock
Remove crux-swap-windows and alias it to crux-transpose-windows
---
README.md | 1 -
crux.el | 19 ++-
2 files changed, 2 insertions(+), 18 deletions(-)
di
branch: elpa/crux
commit ca62859c495732b720faebf9a08e40fd5db0d947
Merge: 5938c84 cf547b7
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #22 from dgtized/fix-tranpose-typo
Typo Fix: Missed an s in transpose
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1
branch: elpa/crux
commit 3e03d7272f99939eb669c59f5b8843912e1e49cf
Author: Syohei YOSHIDA
Commit: Bozhidar Batsov
Don't use dash.el function (#34)
---
crux.el | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/crux.el b/crux.el
index 157b07b..ed3e306
branch: elpa/crux
commit 382834edb99de9b347d61beca8834838da199911
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix contributors link
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a13b6b5..25b79eb 100644
--- a/README.md
branch: elpa/crux
commit 5938c84930543ed1d8baa870784c78d258f3d6c3
Merge: a71669e e6c7421
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #21 from dgtized/transpose-windows
Add crux-transpose-windows for swapping the buffers between two windows
---
README.md | 2
branch: elpa/crux
commit e4c539ba569901c1441bf007aa6f88a3f218bcf2
Merge: 86cabce 4c90762
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #9 from waymondo/with-region-or-line
Add complementary `with-region-or-line` & `with-region-or-point-to-eol`
---
README.md | 2
branch: elpa/crux
commit fde9d4b3e3674a62ec7a51134a88fa0e49f2fee9
Author: Steve Purcell
Commit: Bozhidar Batsov
Fix malformed header line
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 1c3d857..1d68fac 100644
--- a/crux.el
+++ b/crux.
branch: elpa/crux
commit 2be95ea0ff7285624268e75135d52b7a3b68d1ef
Author: Wilfred Hughes
Commit: Wilfred Hughes
Use read-from-minibuffer for the new file name
`read-file-name` works great for existing file names, but this command
is often used to renaming files to names that are
branch: elpa/crux
commit bcbfdec127b71605c672a49f2d9d256a06b5e063
Author: Wilfred Hughes
Commit: Bozhidar Batsov
Don't assume ido when offering files from recentf (#33)
By using completing read in crux-recentf-find-file, we can support ido,
helm and ivy users. I've left an alias
branch: elpa/crux
commit 1967a754832d8e02c0b230ea8fc026fda400d417
Author: Wilfred Hughes
Commit: Wilfred Hughes
Allow users to create directories with crux-rename-file-and-buffer
---
crux.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 8c167
branch: elpa/crux
commit b60d9f49e4874a9f333a9477e2c2440f4e419782
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix a compilation warning
---
crux.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crux.el b/crux.el
index e3aab64..579816d 100644
--- a/crux.el
+++ b/crux.el
@@ -38,6
branch: elpa/crux
commit 3c14b4ac6802af63c6b3ea01f35e756d465b4b29
Merge: e2124c8 ba4b05c
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #13 from jiegec/master
Support tcsh, fish and ksh for crux-find-shell-init-file
---
crux.el | 3 +++
1 file changed, 3 inserti
branch: elpa/crux
commit 79e500e9168875f1391888126c51dba04742c1b6
Author: Jiege Chen
Commit: Jiege Chen
Add multiple choice with completion for shell init files.
---
crux.el | 46 +-
1 file changed, 37 insertions(+), 9 deletions(-)
diff --git a/c
branch: elpa/crux
commit 1c2c179de9f0292e6c7b602384aacb6ccbac6233
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Improve a docstring
---
crux.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 59ded1e..eb36e8c 100644
--- a/crux.el
+++ b/crux.
branch: elpa/crux
commit 3b377b4fdd23df35f72bcb1021800d41fdccf863
Author: Adam Hess
Commit: Bozhidar Batsov
Add smart kill line function
---
README.md | 1 +
crux.el | 13 +
2 files changed, 14 insertions(+)
diff --git a/README.md b/README.md
index 0f45a6f..e763da5 100644
--
branch: elpa/crux
commit 5a7201af754a28262f9b783b87c5d98cd42a4f62
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix a docstring
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index eb36e8c..b094ae8 100644
--- a/crux.el
+++ b/crux.el
@@ -4
branch: elpa/crux
commit a71669efd33d4fdd1335ed99bb27992de103ccc2
Merge: 1e591c5 5ee7dc9
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #17 from jiegec/master
Require tramp for `tramp-tramp-file-p`.
---
crux.el | 1 +
1 file changed, 1 insertion(+)
diff --git a
branch: elpa/crux
commit dc1606b6d447cc8e27516f048f100f6ac05ff645
Author: Charles Comstock
Commit: Charles Comstock
Add crux-transpose-windows for swapping the buffers between two windows
This is copied directly from
https://www.emacswiki.org/emacs/TransposeWindows, and renamed
branch: elpa/crux
commit 54cc9b8e95d72669cead3e29474b32c2145f0f6e
Author: Ross A. Baker
Commit: Bozhidar Batsov
Fix typo in crux-top-join-line
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e763da5..3f04f98 100644
--- a/README.m
branch: elpa/crux
commit b401f452450456266e6c74b012e38af77ba04aa1
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
[Fix #35] Replace a deprecated function
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index ed3e306..e3aab64 100644
--- a/cru
branch: elpa/crux
commit 3042f6f5be197ea5159dd7c1ecefd1c58bca5c86
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add some contribution guidelines
---
CONTRIBUTING.md | 34 ++
1 file changed, 34 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
ne
branch: elpa/crux
commit 6d11d2e6b56e237bb871af7e21ba6ef30e0a10da
Author: Wilfred Hughes
Commit: Bozhidar Batsov
When opening a line above, don't reindent the current line
For some languages, we can't call `indent-according-to-mode` as there
are multiple possible indentatio
branch: elpa/crux
commit 66954bfedbb1d0e838832ba9564efd2fb8742dfd
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Mention crux-indent-defun
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 25b79eb..4b6aef7 100644
--- a/README.md
+++ b/README.md
@
branch: elpa/crux
commit e805ab780a4a1ce22a4436bde09b95e97d150e51
Author: Justin Burkett
Commit: Bozhidar Batsov
Use synchronous process for crux-open-with
Since the system open command appears to fork immediately there shouldn't
be any
real performance penalty to doing this.
branch: elpa/crux
commit 6ae09d05c7729a74b342017acbe54784abcee8f3
Author: wscisme
Commit: Bozhidar Batsov
Add functions on duplicate current line or region (#31)
---
README.md | 46 --
crux.el | 34 ++
2 files cha
branch: elpa/crux
commit 49dc7d7ec9d6a17d4c54b2c53fa69da5f00b1a4a
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Remove unused prefix argument from crux-smart-kill-line
---
crux.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/crux.el b/crux.el
index f9b228c..34
branch: elpa/crux
commit 11096b95d1119847e746e4aae36c9de6163e5472
Author: Arif Rezai
Commit: Bozhidar Batsov
Fix typo in keybindings (#47)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3f04f98..8be24f2 100644
--- a/README.md
++
branch: elpa/crux
commit acaaa00e02806139e8370ad27d2510d3be220db4
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Bump the copyright years
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 0b6d273..e5e943a 100644
--- a/crux.el
+++ b/crux
branch: elpa/crux
commit 225b5e31a3a2aa0346e29b1752937312a17216c6
Merge: 6d11d2e 1967a75
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Merge pull request #29 from Wilfred/rename_file_and_buffer_tweaks
Increase flexibility for inputs to crux-rename-file-and-buffer
---
crux.el | 4
branch: elpa/crux
commit 582a68d962db17c1fde5c34144745cf0eb491d73
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix the version header
Version 0.2 was released a while back.
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index df
branch: elpa/crux
commit 903db7b1a2052f4959d934cae26ec40a3f323ed4
Author: Daniel Compton
Commit: Bozhidar Batsov
Add history on crux and links to emacsredux blog posts
---
README.md | 9 +
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 763d37c..b4b6c21 100
branch: elpa/crux
commit a6e0a523aabaab8df9b597ea39b3fc7baa563a2f
Author: Wilfred Hughes
Commit: Bozhidar Batsov
Define a minor mode for crux-reopen-as-root (#28)
Rather than changing the default find-file behavior, providing a minor
mode enables users to opt-in or toggle the be
branch: elpa/crux
commit fa064d705f19dccd2275c420dcfdcc70c27e5df2
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Remove a bunch of redundant progn usages
The `else` part of an `if` expression is automatically wrapped
in `progn`.
---
crux.el | 16 ++--
1 file change
branch: elpa/crux
commit ad42bcf77b588539386be8fbacd952efc9f887fd
Author: Carlo Sciolla
Commit: Bozhidar Batsov
Support make `crux-cleanup-buffer-or-region` support makefiles
Tabs are not equivalent to spaces in Makefiles
---
crux.el | 9 -
1 file changed, 8 insertions(+),
branch: elpa/crux
commit cf547b72743ef0cc3fccb022c9bc7c85208fd7cb
Author: Charles Comstock
Commit: Charles Comstock
Typo Fix: Missed an s in transpose
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f36dd87..71fc7c1 100644
--- a/
branch: elpa/crux
commit 5b3c8155a9e9fe6f189645d175976026a2dc7b8d
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Release 0.3
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 2ea4a95..637a50e 100644
--- a/crux.el
+++ b/crux.el
@@ -4,7 +
branch: elpa/crux
commit 772123a44a1be1bfe763f73a3e5cd3f502b18aca
Author: Mathew Robinson
Commit: Bozhidar Batsov
Support using any shell creating function with crux-visit-term-buffer
Closes #66
---
crux.el | 33 -
1 file changed, 28 insertions(+), 5
branch: elpa/crux
commit 2e16b828910c9b8acba37e712d21b517d2cf78cc
Author: Matthew Newton
Commit: GitHub
Rework `move-to-mode-line-start` to add extensibility (#71)
---
crux.el | 37 +
1 file changed, 21 insertions(+), 16 deletions(-)
diff --git a/crux.el
branch: elpa/crux
commit 2cdf266e42dd5937ad291c5a79070dec8e8e9a40
Author: diego <9020453+dieg...@users.noreply.github.com>
Commit: Bozhidar Batsov
Insert literal s-exp instead of printing in crux-eval-and-replace (#50)
This makes it so that the sexp is replaced with the actual value.
branch: elpa/crux
commit 7365fdcfcd903e61faf3799fc4f851e736ae421c
Author: Jimmy Yuen Ho Wong
Commit: Bozhidar Batsov
Add crux-copy-file-preserve-attribute
---
README.md | 1 +
crux.el | 48
2 files changed, 49 insertions(+)
diff --git a/R
branch: elpa/crux
commit e3c9714d01b884d3e9b34ed6f008c0b86bdcb7f8
Author: KarlFish
Commit: Bozhidar Batsov
Make crux-move-beginning-of-line function mode aware (#45)
This fixes https://github.com/bbatsov/prelude/issues/998
---
crux.el | 29 ++---
1 file chan
branch: elpa/crux
commit a0a34d1dfbf8f8726f284c492d8b17621cb378d9
Author: Jimmy Yuen Ho Wong
Commit: Bozhidar Batsov
Fix defcustom types
---
crux.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/crux.el b/crux.el
index e8e0110..92c5c26 100644
---
branch: elpa/crux
commit e3e16c192cb4681352f2e94899328b9b73f8332e
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add a missing space
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index e5e943a..f9b228c 100644
--- a/crux.el
+++ b/crux.el
@
branch: elpa/crux
commit c79985f69b7cd96edb505199bd751f71ce6d4e58
Author: Jimmy Yuen Ho Wong
Commit: Bozhidar Batsov
Saner functions for modifying cases on region for humans
By default `upcase-region` `downcase-region` and `captialize-region`
commands
are disabled in emacs, and
branch: elpa/crux
commit 308f17d914e2cd79cbc809de66d02b03ceb82859
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Bump the copyright years
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index ed33230..6167a6d 100644
--- a/crux.el
+++ b/crux
branch: elpa/crux
commit 4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f
Author: KarlFish
Commit: Bozhidar Batsov
[Fix #46] Address two issues with crux-move-beginning-line (#48)
See https://github.com/bbatsov/crux/issues/46 for more context
(line-end-position) stops the search fr
branch: elpa/crux
commit 4ce9c4bcf1453b5fba9ce2a06a910e9f4b16f1a3
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fix a couple of docstrings
---
crux.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/crux.el b/crux.el
index 37b520d..3a8e559 100644
--- a/crux.el
branch: elpa/crux
commit e67d040f506c3feaf936d3ee8b5b4fda0d5826ae
Author: dieggsy
Commit: Bozhidar Batsov
Allow crux-sudo-edit on remote files
- If editing with sudo method or similar alternative, or user is 'root',
do nothing.
- If on localhost, use sudo method and switch
branch: elpa/crux
commit 2b6ddf0f090883671dfbb4c31e4d509d870f6534
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add missing space
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index a63aa77..59ded1e 100644
--- a/crux.el
+++ b/crux.el
@@
branch: elpa/crux
commit 6c02dab04fadd8ffb96dc513467e443b0549d1d3
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Fold a few long lists
---
crux.el | 21 -
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/crux.el b/crux.el
index 3a8e559..e1ff7a0 100644
---
branch: elpa/crux
commit 785dfbabd9aacfbf97bd29b6f48018053d51ad6c
Author: Andrii Kolomoiets
Commit: Bozhidar Batsov
crux-smart-open-line-above: Use crux-move-to-mode-line-start
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index 0854e4f..e
branch: elpa/crux
commit cedec52b2cbbb8300e22805709c24ae24612a002
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Mark crux-recentf-ido-find-file as obsolete
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index b094ae8..aaa75e1 100644
--- a
branch: elpa/crux
commit 2a1a39a2a27bb2b1ad70d11d5b13b6dab2ebd88d
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add a few GitHub templates
---
.github/FUNDING.yml | 5 +
.github/ISSUE_TEMPLATE.md| 33 +
.github/PULL_REQUEST_TEMPLAT
branch: elpa/crux
commit 430235753cda1e9af75d209e36a2c9c4f6599a80
Author: Justin Burkett
Commit: Bozhidar Batsov
Make crux-visit-term-buffer ask to restart dead process (#36)
---
crux.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/crux.el b/crux.el
index 579
branch: elpa/crux
commit dd3f0e5da00bc1b934d8d3992f588412c0e8e06f
Author: thdox
Commit: Bozhidar Batsov
Add function crux-kill-and-join-forward
This is complementary to crux-kill-line-backwards, but moving forward,
and when called at end of line, it will join.
---
README.md |
branch: elpa/crux
commit ba4a1f38eee0ae7597f67a1424bbf5c0c09473bf
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Restructure the README a bit
---
README.md | 40 +---
1 file changed, 25 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
i
branch: elpa/crux
commit fb648f0e70e22d6808be91401af80975a72c8f2f
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Add missing autoload
---
crux.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/crux.el b/crux.el
index a5893dd..e8e0110 100644
--- a/crux.el
+++ b/crux.el
@@ -313,6 +313,7
branch: elpa/crux
commit 9341c6b8e24ff1d61cdc7e8197fa38a12f1147d8
Author: Alex Branham
Commit: Bozhidar Batsov
Silence byte compiler
---
crux.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/crux.el b/crux.el
index e1ff7a0..04642ac 100644
--- a/crux.el
+++ b/crux.el
@@ -39,6 +39,7 @@
branch: elpa/crux
commit bb5a133d2a5db7181524fe679e3f99f44a98426b
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Simplify a bit of code
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index fdf6bef..1580be5 100644
--- a/crux.el
+++ b/crux.e
branch: elpa/crux
commit 32baf6afe7d9cbbe9125499635ab47cc18ec4d53
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Bump the development version
---
crux.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crux.el b/crux.el
index aaa75e1..0b6d273 100644
--- a/crux.el
+++ b/
branch: elpa/crux
commit 2b4bf62b00a8140a44dc2d4d24a73d025e195694
Author: Jimmy Yuen Ho Wong
Commit: Bozhidar Batsov
Give crux group to crux-reopen-as-root-mode
---
crux.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/crux.el b/crux.el
index dac93f6..53e644a 100644
--- a/crux.el
+++
branch: elpa/crux
commit de603e953ed382277fd352c1a3a71924548ae7d9
Author: thdox
Commit: Bozhidar Batsov
Add function other-window-or-switch-buffer
Move to other window if one exists, or switch to most recent buffer.
Source is http://mbork.pl/2017-02-26_other-window-or-switch-buf
branch: elpa/crux
commit e561eb4cf20030b02e0fb67c74df7dd689238568
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Update the sponsorship methods
---
.github/FUNDING.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 7c87286..a318a15 100
branch: elpa/crux
commit 519629b79e618cc52c763d3bc68cf0d10a14fd22
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Update the changelog
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a3829..8d5b16c 100644
--- a/CHANGELOG.md
+++ b/CH
branch: elpa/crux
commit 3e07035660f953cb08847362378267f5859bbe69
Author: Philippe Vaucher
Commit: Bozhidar Batsov
Add missing autoloads
---
crux.el | 32 ++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/crux.el b/crux.el
index 04642ac..dac93f6
1 - 100 of 560 matches
Mail list logo