From d7a562faf57baa7af390e5b7a6a2c32ddf5c626d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Nov 2017 21:25:01 +0100 Subject: [PATCH] lang/sh: remove tail & tee from +sh-builtin-keywords --- modules/lang/sh/config.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/lang/sh/config.el b/modules/lang/sh/config.el index fc379fd8c..8948145d3 100644 --- a/modules/lang/sh/config.el +++ b/modules/lang/sh/config.el @@ -2,10 +2,9 @@ (defvar +sh-builtin-keywords '("cat" "cat" "cd" "chmod" "chown" "cp" "curl" "date" "echo" "find" "git" - "grep" "head" "kill" "less" "ls" "make" "mkdir" "mv" "pgrep" "pkill" "pwd" - "rm" "sleep" "sudo" "tail" "tee" "touch") - "A list of common shell commands and keywords to be fontified especially in -`sh-mode'.") + "grep" "kill" "less" "ls" "make" "mkdir" "mv" "pgrep" "pkill" "pwd" + "rm" "sleep" "sudo" "touch") + "A list of common shell commands to be fontified especially in `sh-mode'.") ;;