// 👋 ...👋 ... Assalamualaikum 👋 ...👋 ...
(use-package emacs
  :init
  (setopt custom-file "~/.emacs.d/emacs-custom.el")
  (load custom-file)
  (setq frame-title-format "%b")
  :custom
  (use-short-answers t))
	  
(use-package org
       :load-path "site-lisp/org/lisp/"
       :commands org-mode)
	      

     (use-package company
       :ensure t
       :pin gnu)   ; GNU ELPA

		  

     (use-package org
       :ensure t
       ;; ignore org-mode from upstream and use a manually installed version
       :pin manual)

		      

     (use-package company
       :ensure t
       :pin gnu)   ; GNU ELPA

		  

     (use-package org
       :ensure t
       ;; ignore org-mode from upstream and use a manually installed version
       :pin manual)

		      

     ;;; For packaged versions which must use `require'.
     (use-package modus-themes
       :ensure t
       :config
       ;; ..
       (..)

       ;; ..
       (..)

       ;; Load the theme of your choice.
       (load-theme 'modus-vivendi-tinted)

       (..))

			      
<tr>

     ;;; For the built-in themes which cannot use `require'.
     (use-package emacs
       :config
       (require-theme 'modus-themes) ; `require-theme' is ONLY for the built-in Modus themes

       ;; ..
       (..)

       ;; ..
       (..)

       ;; Load the theme of your choice.
       (load-theme 'modus-operandi)

       (..))

				  
waalaikumsalam 👋 👋
 (command-history)(find-file)
(replace-string "1" "2") ..
(rectangle-mark-mode) (insert-parentheses)
(find-file)
(clear-rectangle)