bbatsov/crux được TopGit xếp vào nhóm dự án mã nguồn mở, với 1.0k sao trên GitHub, viết chủ yếu bằng Emacs Lisp. A Collection of Ridiculously Useful eXtensions for Emacs
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
A Collection of Ridiculously Useful eXtensions for Emacs.
crux bundles many useful interactive commands to enhance your
overall Emacs experience.
Most of the crux commands are related to the editing experience, but
there are also a bunch of utility commands that are just very useful
to have (e.g. crux-open-with and crux-reopen-as-root).
Origins of crux
Many of the functions in crux started life as blog posts on
Emacs Redux, then were included in
Emacs Prelude, before finally
being extracted
to crux. You can see a full list of blog posts on functions
in crux on the tags page.
Installation
Available on all major package.el community maintained repos -
MELPA Stable and MELPA repos.
MELPA Stable is recommended as it has the latest stable version.
MELPA has a development snapshot for users who don't mind breakage but
don't want to run from a git checkout.
You can install crux using the following command:
M-x package-install [RET] crux [RET]
If the installation doesn't work try refreshing the package list:
M-x package-refresh-contents
Alternatively, you can add the following code to your Emacs config:
crux ships with some handy advice that can enhance the operation of existing commands.
(crux-with-region-or-buffer)
You can use crux-with-region-or-buffer to make a command acting
normally on a region to operate on the entire buffer in the absence of
a region. Here are a few examples you can stuff in your config:
Similarly, crux-with-region-or-sexp-or-line makes a command that acts on the active region, or else
the current list (or string), or finally the current line:
(crux-with-region-or-sexp-or-line kill-region)
(crux-with-region-or-point-to-eol)
Sometimes you might want to act on the point until the end of the
current line, rather than the whole line, in the absence of a region:
(crux-with-region-or-point-to-eol kill-ring-save)
Minor modes
(crux-reopen-as-root-mode)
Crux provides a crux-reopen-as-root command for reopening a file as
root. This global minor mode changes find-file so all root files are
automatically opened as root.
bbatsov/crux có 1.0k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/bbatsov/crux. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
bbatsov/crux có những chủ đề gì?
GitHub topics của bbatsov/crux: "emacs", "emacs-lisp". TopGit xếp repo vào nhóm mã nguồn mở.
bbatsov/crux còn đang phát triển không?
Commit gần nhất trên bbatsov/crux là 5 tháng trước (theo timestamp GitHub). Repo có 53 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
bbatsov/crux là gì?
bbatsov/crux (bbatsov/crux) là dự án Emacs Lisp trên GitHub. Theo mô tả gốc: A Collection of Ridiculously Useful eXtensions for Emacs
bbatsov/crux viết bằng ngôn ngữ gì?
bbatsov/crux chủ yếu viết bằng Emacs Lisp. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về crux?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về crux.