We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c22ac7 commit 6228a55Copy full SHA for 6228a55
lisp/functions.el
@@ -25,12 +25,6 @@
25
"Set indentation for the current buffer to spaces."
26
(setq indent-tabs-mode nil))
27
28
-(defun exclude-package-on-this-platform (package)
29
- "Remove a package from the package-selected-packages list.
30
-
31
-If PACKAGE is not present in the package-selected-packages list, do nothing."
32
- (setq package-selected-packages (remove package package-selected-packages)))
33
34
(defun colorize-compilation-buffer ()
35
(ansi-color-apply-on-region compilation-filter-start (point-max)))
36
0 commit comments